Iv Tried Multiple ways to get the “DisplayName” attribute when a process fails. is this even possible with UI path?
I have tried a Trycatch, and attempted to get the by using “exception.Source.tostring” , but it never returns the DisplayName of the Activity that gave the error.
How can this be done without having to load the log files, which will show the Displayname. .
Hey Badita, has there been any update on this yet? If I try your example I’m getting ‘UIPath.Executor’ in the message box, and not ‘Click H3’ (which is the display name of the click activity).