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).
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: