I have an Excel file which is then output as datatable that I’m working with. At the end of a workflow I’m adding add data row to the datatable. Can someone tell me how do I now copy/output the datatable to the first Excel which I’m using but not with Write Range activity?
Is it better and faster than Write Range? Because I’m working with table where many rows are inputted daily so Write Range is actually very slow for that kind of process.