How to break add queue item activity if the row index is =100

how to break add queue item activity if the row index is =100

Hi @Rawan_Ghurab ,

-If you are using the add queue item inside a for each loop, then you can assign a variable for the index property.
-Then check using if condition-> index=100 then use the break activity to break the loop.

Regards,

1 Like

Hi @Rawan_Ghurab ,
Try this flow,

Regards,
Pratik