Attaching run log at the end of a run

@P_Harry
You can use the current date:
"C:\Users\your_username\AppData\Local\UiPath\Logs\" + DateTime.Today.ToString("yyyy-MM-dd") + _Execution.log"

Or you can search for the last updated file in the folder;

2 Likes