Looping through records in a For Each loop in a Flow

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2020 11:04 AM
All:
While testing a flow that contains a For Each loop the test is getting executed only for the first record in the loop and not the second; I am using a Lookup Records step prior and for each record in that result I am executing a series of steps. However, the steps are executed only for the first record in the Lookup Records result.
Appreciate any insights the group is able to offer.
Thanks!
Mahesh
- Labels:
-
flow designer

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2020 11:33 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2020 11:39 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2020 11:48 AM
All:
I was able to solve the issue by avoiding use of the End step.
Thanks for your response Sachin!