I am working on a project in ReFramework. In the process state, each transaction item is added to a datatable using Add data Row activity. At the end of the process, i need to write this data to excel file. I am planning to write it using Write range workbook. So my question is in which state should i keep this Write range workbook activity.(If i kept is process state, every transaction time it is rewriting the same)
2 Likes
Hi @ajnaraya
I think you should use in the End Process state to write the DT to excel after all transactions are processed. This way, it writes once at the end, not during each transaction.
If helpful, mark as solution tick. Happy automation with UiPath
You mean inside close all applications?
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.
