How to know which activity get error?

Hello everyone,
I want to know which activity thrown error at the time of execution.

Here are screenshots:


There is no sheet like “Settings.xlsx”, it should throw error like : “Read range Settings Workbook”. But its throwing error like this :

@prabin_chand1

If you want errors like that with the activity name then call this xaml from another xaml and have a try catch there…in that catch block you will see as you wanted…

This is kind of a limitation…in the same xaml it wont give activity name it will give the activity type

Hope this helps

cheers

1 Like

Hi @prabin_chand1

Please refer this https://forum.uipath.com/t/how-to-get-a-display-name-of-activity-that-gave-error-using-try-catch/8710

May it helps

1 Like

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