Hello Everyone,
I am stuck to break the apply to each loop , i have senarion in my flow where i am updating second list after comparing the list item from both list. for examp list_1 = ['abc@gmail.com', "xyz@gmail.com'] and list_2 = ['abc@gmail.com']. So i need to update the list_2 with the missing email from list_1.My flow is checking and adding the email in list_2 but its adding "xyz@gmail.com' two times in list_2.
So i just want to break the loop after one iteration or after my create item in apply to each.
Appreciate your help in advance.

Report
All responses (
Answers (