How to retrieve exception details

Hi there,

Given a process encapsulated within a try&catch activity, I’d like to retrieve the exception details and store the text in a string variable. Is this possible? Should I somehow get the text from the log files? How?

Thanks for your help. Much appreciated!

1 Like

Hi,
Did you try Log Message

1 Like

I solved it pupulating a string variable with exception.Message witihn the catch. Thank you.