Hello everyone!
I’m facing an issue here after upgrading one of our robots to the latest version of UiPath Studio.
All of our projects are FlowCharts invoked through a state machine with a Try/Catch, which allowed us to get the Exception.message and Exception.source accurately and easily.
Unfortunately, since the update, the Exception.source is not getting retrieved correctly anymore. We need this information to be able to debug our projects effectively.
Now, the only info we get from the Exception.source is either System.Activities or UiPath.UiAutomation.Activities but not the name of the activity itself.
Do you know how to get around this issue?
Thanks a lot in advance!
10 posts - 8 participants