Flow Designer - for each should run paralelly for each record

Mohammed Asim
Tera Contributor

Hi,

 

I have a use case that requires me to lookup role records and submit Requests based on certain conditions (which I have already configured). The flow is waiting for an individual record to get approved. I want it each record to be submitted simultaneously. Is there a simple way I can achieve this?

 

 

MohammedAsim_1-1711434178827.png

 

1 REPLY 1

Josh Pirozzi
Kilo Sage

Hi @Mohammed Asim,

 

You can try breaking each found Record out as its own occurrence.

  • Add a Function (fx) > Split onto your second 'For Each' Flow Step. I've used a comma and a space to break each found item into its own.
  • Then, add a 'Look Up Record' where the SysID matches the SysID of the Record(s) found in your For Each Step

Capture.PNG

 

Hope this helps you along!

-Josh Pirozzi