How can i do : If there is this error so take a screen otherwise continue

How can i do : If there is this error so take a screen otherwise continue

@Soudios

Use Take Screenshot activity to take Screenshot.

But how can i show to uipath, if there is a error so do that ? i think i have to use try catch nn ?

1 Like

@Soudios

Yes you have to place all the flow in Try block and if any error occurs at the time of performing these activities then it will go to Catch block and here you should use Take Screenshot activity to take screenshot of that error.

1 Like

I need only try catch for one part of the process not all the process

@Soudios

Then place that part only into Try block.

Don’t have try block

@Soudios

I mean place that part into Try section of Try Catch activity.