Flow designer If condition with parallel task query

Sam198
Mega Guru

Hi all,

 

I have a query on flow designer where i want to achieve following:
RITM:
Check if the check box variable (example xyz) is true > Than create Task 1 > after close task1 > create Task 2 and Task 3 > after this two is closed > Create Task 4 and Task 5

IF the check is false > than skip Task1 > same task as above (create Task 2 and Task 3 > after this two is closed > Create Task 4 and Task 5)

 

However from IF how can i join the task 2, 3, 4, and 5 section? See flow below

If i cannot join than i have to create duplicate task 2,3,4, and 5 to the False path with is redundant.

 

Note: I dont need to use an IF to check in this situation if there is any other way that I can redesign this flow I am happy to take that suggestion, this is something what i started building and got stuck.

 

Sam198_0-1715065131357.png

 

1 REPLY 1

dradhika20
Tera Expert

Hello @Sam198 ,
Hope you are doing good.
You can use a flow logic called as 'go back to' to get back to the required previous step.
However, make sure to check the 'wait' checkbox while creating catalog task using flow action.
Below is the image attached for your reference.
Screenshot 2024-05-07 170827.png
Please mark helpful if my reply was able to solve your issue.