Try catch in for each row table not go to next row

hello.

I use try catch block in for each row in data table
for if error can continue to next row.

but now if go to catch block —> it not go to next row in for each

Please guide me for solve it.

Thank you


h

Hi @Stef_99

Use the Continue Activity in the Catch block.

As you can see below, The Try is throwing an exception at row 2, it was caught and then continued to row3

If this solves your issue, do mark it as a solution
Happy Automation :star_struck:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.