Handle exception in catch block

I have to create three excel sheets using UiPath.
But sometimes bot will encounter an exception due to excel becomes slow while saving.
In this case I want to handle an exception by recreating only error caused sheets
Can anyone help me with this??

Use retry scope like:

@Steven_ds_55,

Store the status of each sheet creation in a variable. If an exception occurs, log the sheet name and retry creating the particular sheet in the Catch block.

Are you saving to a local disk or to a cloud storage service?

@sudster
You can have both ways
First add activity into retry scope
And add delay before next activity step is performed
Also handle this in catch block

There is activity wait till file download you can try to use that also m not sure for this
You can attempt though

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