I know this has been asked in various different ways but I haven’t found a concrete answer.
I’m creating an Employee Onboarding Process and one of the options is that the hiring manager can select various software titles to be installed on the laptop. The number of apps will vary.
Right now a child ticket is created and attached to that child ticket are the various apps to install, listed as Service Request Items.
The plan is to use the Azure AD app to automatically add users to AzureAD groups that auto install the software.
But I cannot get the automation right. If I do one Workflow with multiple conditions for the software, once it hits the first ‘yes’, it runs and that's it. It doesn’t go through the rest of the conditions.
If I create multiple workflows, only one fires.
Is there a way to have multiple workflows fire for one ticket? Or is there a dynamic way to execute actions against multiple service requests attached to a ticket?