In Finally block Excel is not creating if got error in process Transaction

Hi ,

i am using write range workbook activity to store the Output Details in FInally Block though Exception Occurred in the process Finally block should work Excel need to create. but here when Exception Occurs output is not not creating With out Error Output file is creating please, help on this issue

@harika_k

What datatable are you using to create that?

Is the datatable being passed out from process.xaml?

If yes then it wont be passed out when exception occurs

Please explain the same

Cheers

Hi @harika_k

Ensure that the variables used within the Write Range activity are accessible in the Finally block. If they are declared inside the Try block, they may not be accessible in the Finally block.