function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
TestingUserTestingUser 

Lightning flow loop not iterating through all records

Hi 
I have a requirement to loop through GroupMember, get the group Id based on UserId and again loop through GroupMember to get all users with the same GroupId. The loop that I have used is not iterating for all records.
User-added image

User-added image