Flow designer If condition with parallel task query
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2024 11:56 PM - edited 05-07-2024 12:21 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2024 04:39 AM - edited 05-07-2024 04:40 AM
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.
Please mark helpful if my reply was able to solve your issue.