Hi, I’m trying to create a workflow automation that reads from a custom field drop down that will create tasks based on all of the items selected from the drop down. In the example below, if Office 365 account is selected from the forms drop down a task will be added to the ticket to create the account. I then want to be able to check if other options were selected from the forms drop down. Which will then create separate tasks to create specific accounts.

Is there a way to “loop” down to the next Condition after the first Condition has a positive result? Is there another/better way to do this? Thanks.