Error should not pop up while process run

Hi Team,

I don’t want any error msg should popup while I run the process complete…

If any error comes it should go to row2 and so on…

image

You should be using a Try Catch Block inside your for each loop.

Thanks,
Rammohan B.

1 Like

How to use a try catch block due you have an xaml. file

Have a look at this thread,

Thanks,
Rammohan B.

@ShreyaSharma

Please find the Try Catch Xaml for your Reference.
Trycatch.xaml (6.3 KB)
Try will run the activity inside it.
Catch will capture the Error which throws and we can use log message to print in Output.
Finallywill run the activity inside it for both condition and success and failure of any Activity.

Hope this will help you.

Thanks,
Suresh J