Dear all, is there a process commands that can reach a result like “If error goto next”?
Hi @jackie.yue
Yes, you can use the “Continue” activity inside a “For Each” loop to skip to the next row if an error occurs.
You can also use a “Try Catch” activity to handle exceptions and continue processing after an error
Regards
Gokul
You can use try catch…and in catch you can give your goto statements and in try you can try your commands/activities
Cheers
Hi Anil, would you please help specify the command? I can not find it in the command list and below is the screen capture.
Thanks, found it. But it has a warning like below, I will try whether it will work.
Yes its actually not primarily available for studio…
If you can elaborate your scenario may be we can suggest an alternative from native studiox activities if available
cheers
Thanks Gokul, The problem seems to have been solved.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.