Get Activity Name for Get Row Item

Hi,

Context:
I’m reading a excel file via rows and want to have system/business exceptions. In this example I was trying to catch System.Exception by purposely changing a value that is supposed to be an integer to a string.

I know how to get an Activity Name by invoking a workflow when using try catch but whenever I trigger the exception it gives me “For Each Row in Data Table” as the activity name. I was wondering is it possible to get “Get Row Item” Activity Name instead of the “For Each Row in Data Table” activity Name.

Any suggestions would be very helpful.

Thanks.

@SIM_KAI_YI

If the error occurs on that specific activity then it would give the name of that activity only

Exception.Source would give the details

cheers

1 Like

Thank you!

1 Like

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