Extracting error message from UiPath and copying to an excel page

Hi,
Can I get text from an error message shown while running a UiPath process and write the error message to an excel sheet?
This is a sample.


error message.

Hi,

Get The Exception In Variable For Example

Exception = exception.Message.ToString

And For writing In excel

Take Write Cell In Excel Application Scope

write cell

1 Like

Can you share sample code or posts regarding it?

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