How can I trigger multiple records using a for loop in the Flow Designer?

DANISH ALI
Tera Contributor

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
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: ...
There are two types of LOOPS available in Flow Designer to iterate, using either flow variables or records. 1. Do the following until You can include multiple actions or flow logic within this until the end condition is met. It is similar to do while loop, where it will run at least once ...