How to break a Loop

rpa.rocks

New Member
I would like to know how to come out of a loop if I found matching condition.
Let's say, I have 100 records in Collection and I am looking for a particular Row. If I found matching record at a position for example 5, instead of continuing the loop for 95 times, how do I exit (break) it?
 

Manikanta

Member
I would like to know how to come out of a loop if I found matching condition.
Let's say, I have 100 records in Collection and I am looking for a particular Row. If I found matching record at a position for example 5, instead of continuing the loop for 95 times, how do I exit (break) it?

Hey @rpa.rocks
Jus make a cal stage to stop when ur requirement acquired,
then exit loop using blockstage connecting to ur next continue stage.
Hoping this way u can exit from loop.
Jus revert with a msg that this worked or not.
 
Top