Hi Team,
Could any one guide me in Creating Process specific logs at run time in order to track the operations executed. I have create logs in CSV format rather than txt format.
Regards,
Baskaran C
Hi Team,
Could any one guide me in Creating Process specific logs at run time in order to track the operations executed. I have create logs in CSV format rather than txt format.
Regards,
Baskaran C
Hi @baskaran.c,
You can create a datatable and start adding rows as and when you want to as per your execution flow then you can write this datatable to a CSV. See this
https://www.uipath.com/kb-articles/how-to-write-data-to-a-csv-file
Thanks,
Prankur
Thanks a lot @PrankurJoshi