Output pannel data to text

Hi,

Is there a way to get all the information from the Output panel in Uipath to a variable or file?
Also, is this possible to fetch using an unattended robot?

Example: If you run Uipath, an error occurs and a mail with the EXACT output panel data will be send (if possible including links etc).

Thanks in advance!

Hi @MickeyFireMouse
What you see in the Output panel is actually already in the Robot Execution logfile.
I recently used this snippet from Go.UiPath.com to extract process logging from the Execution log:

https://go.uipath.com/component/logfile-parser

Or you could just attach the whole Execution log in an email.

Best Regards,
Martin