Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

Flow Designer Do in Parallel If value = True

Jeannette2
Tera Guru

Hi,

 

I have created my Flow as detailed below with a Do in Parallel Flow Logic with If conditions are true then create the tasks.  This means that 1, 2 or all 3 tasks could be created.  After the Do in Parallel I have another If Flow Logic to check if the tasks are no longer Active (whatever the state) and then to update the Record.  This works if all 3 task are created but not if only 1 or 2 tasks are created.  Can anyone help with what I should be doing please?

Jeannette2_0-1706005741288.png

 

5 REPLIES 5

Jeannette2
Tera Guru

Thank you for everyone's response. In case anyone else has this issue, I managed to get it working by Adding a Wait Condition on each Task created, then Look up records after the do in parallel, where the Requested Item is the Parent and Active is True, then if count is 0 it can update the RITM record.