Flow Designer - for each should run paralelly for each record
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2024 11:27 PM
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?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2024 05:57 AM
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
Hope this helps you along!
-Josh Pirozzi