Hello,
What is the best way to accomplish having three tasks sent either all at once or individually based on what is put into the form? The form I built has three fields for user email to be entered, if they are needed a review from that person. So, what I’m trying to accomplish are the following scenarios:
- The form is filled out and someone is entered into all three fields: Liaison Reviewer, M&M Reviewer, Additional Liaison Reviewer → tasks get sent to all at the same time
- The form is filled out and only Liaison Reviewer is filled in, but then the form is later reopened and M&M Liaison is filled in → tasks need to go to both regardless of the first task not being completed.
I’ve tried using parallel paths, branch by condition, and changing stages. Changing stages seemed to help when just one field was filled in each time the form is updated, but still having issues getting all tasks to fire off at once.
Let me know if there is a good way to do this. Struggling hard.