
Announcements
I am attempting to exit a nested for each loop and return to the initial loop when the condition is found. Any suggestions?
My flow:
For each (iterates through files)
IF
For each (iterates through excel data)
if
if
This is where i want it to exit the nested for each loop when the last if condition is met.
Hi @rich0087 ,
In your second if condition use "Exit Loop" action. This will exit the second loop when it meets the condition
Hope this helps 🙂