Hi,
I have loop for each row When something finds an item starting below found. How to make loop start from the beginning ?
Thx
Hi @Marcin,
Like we used to say: “Sky is the limit!”
For example you can place flowchart with For Each Row activity. Then If activity with break if your statement will be true:

And finally loop it to start again:

2 Likes