How can I trigger multiple records using a for loop in the Flow Designer?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2024 07:44 AM
After using the Lookup Records action in Flow Designer to fetch records ordered by a specified field, I am using a For Each loop to process the fetched records. However, I am encountering an issue when two or more records have the same order by value (e.g., record 1 and record 2 both have an order by value of 1). In this case, I need to trigger the two records at the same time.
Thanks in advance.
1 REPLY 1

Community Alums
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2024 09:10 PM
Hi @DANISH ALI ,
Please watch these videos:
https://www.youtube.com/watch?v=hRqJU2cZ74c
https://www.youtube.com/watch?v=uQySdAt4Ru4
Ever wonder how you can add the equivalent of for and while loops in Flow Designer? Well, wonder no more! Do it easily with the "Do the following until" flow logic in combination with flow variables. Let's go! Do the following until: ...