Hi All.
Please help, I need to exit loop when condition is met on specific sheet. So I use “for each excel sheet” activity. I would expect that “Exit Loop” should work, but it generates an error: Only activities which have been requested to cancel can call MarkCancelled.
I also tried with “For each row”, it works. Only with each excel sheet I get an error. Is there any other way to exit loop? As I don’t want bot checks every other w/s, when it met condition already.
My simple example:
Error message:
Thank you.