My Final statement runs every time in my flow and i want this to be run if bots fails

My Final statement runs every time in my flow and i want this to be run if bots fails. My Flow looks like

For Each Row
Try Catch
Code
How to fix this.

Keep you final statement workflow in the catch block inside the exception object in this way it wont execute for each iteration, it will be executed for the iteration if the iteration will throw the error

1 Like

Hmm yes you are right

1 Like

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