Hi All,
I’ve robot will perform multiple task I want to create custom log file in excel format for each task how can I do this please advise.
Thanks,
Shagoul
Hi All,
I’ve robot will perform multiple task I want to create custom log file in excel format for each task how can I do this please advise.
Thanks,
Shagoul
Each task or Each Activity?
You can use a build datatable activity and define your columns
using assign activity you can assign your log description as below
Once your task done you can use write Range activity to write to excel file
Hope this helps you
Thanks
Thank you so much however I am very new for Uipath do u have any example code please advise
Refer below how to Read, Write to datatable etc.,
Tutorial : How to Calculate difference between two Time Values using UiPath - #2 by system
RPA DataTable: Get Previous Row Column Value, Set to Current Row Column Value - #2 by Latif
and others also available
Hope this helps you
Thanks
Thank you let me check this and get back.
I am really sorry those link not relevant to mine actually my exact requirement is:
Example: when robot start pop with please enter your name “XXXXX” that name should printed in my excel file. Column should be “USER NAME”
So like this I want create log message for all the action.
Imported note each time I run bot it should create new excel file with date and time is fine.
Hi All,
any one has suggestion for the above.