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,
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.
Hi,
Get The Exception In Variable For Example
Exception = exception.Message.ToString
And For writing In excel
Take Write Cell In Excel Application Scope
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.