Is there any activity to stop the execution from a condition?

Hi Everyone,

I am using retry scope and want to come out of the scope if the bot performs the expected action. Break activity throws message as can be used only in foreach loop. Is there any activity to come out of the condition flow and go to the next flow?

Thanks,
Ulaga

You can create a sequence or if condition to break out of a loop. Use a counter variable int and at some particular value you can go to else condition