Flow Designer - for each run in parallel

TJ29
Tera Contributor

We have a use case that requires us to look up asset records assigned to a user. I've set this up in a subflow but it doesn't work as intended. I want all tasks to be generated at once rather than one after the other but I'm struggling to find a solution. It is important to keep it inside Flow Designer and not push to a workflow as suggested in older threads.

find_real_file.png

1 ACCEPTED SOLUTION

OlaN
Giga Sage
Giga Sage

Hi,

In that case, you'll need to uncheck the "wait for completion" on the creating of the task.

find_real_file.png

View solution in original post

7 REPLIES 7

OlaN
Giga Sage
Giga Sage

Hi,

In that case, you'll need to uncheck the "wait for completion" on the creating of the task.

find_real_file.png

TJ29
Tera Contributor

Very good point! I completely overlooked this point and unchecked the subflow 'wait' initially. 

This worked - thanks for waking me up and for providing the solution!

Hi, 

I have flow with similar requirement. I want the flow to submit all the requests simultaneously (it is executing one after the other). 

MohammedAsim_0-1711434922843.png

 

Hi @Mohammed Asim - can you remove the 'Wait for completion' option that is similar to been mentioned above?

 

Why are you then handling the approval in this flow and not within the submitted catalog item / new RITM?