Hi,
I need your help. I have a Do While activity and would like the loop to continue when an error occurs. I tried it with Try Catch but it doesn’t work.
Hi,
I need your help. I have a Do While activity and would like the loop to continue when an error occurs. I tried it with Try Catch but it doesn’t work.
Place a try catch block inside the body of do-while loop and then your activities in this try block
Thank you very much, I will try it.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.