How to save orchestrator process log of robot in .csv or excel file format in specified folder

After completion of robot execution, I need to save orchestrator process log of a specific robot in .csv or excel file format in specified folder path through robot only. How can we save it ?

use writeCsv activity and put the full path “C:\Users\xxxx\Documents\UiPath\log.csv”
and also check out if u robot has remote access and policy activate.

1 Like