@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;
@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;