I see that the Workflow tool "Conditional Decision" contains the description "Runs the FIRST branch that has satisfied conditions". I have a form where there is a section where people indicate (via Yes/No) if they want certain departments to be notified of the data in the form. They can select one, two, three, or none of the departments.
I need to create a workflow takes the results from each form and runs it through a Conditional Decision type process, but one where the data routes through ALL branches and triggers the next step for EVERY branch that has satisfied conditions (in this case, an email to the applicable department). So the data from one form may satisfy branch 1 and branch 3. triggering two distinct e-mails. The data from the next form may not satisfy any branches.
I'm thinking this might be achieved somehow with the "For Each Entry" tool, but I just don't know how to accomplish it. Any help would be greatly appreciated.