I am having one scenario where i want to append data which i am getting in datatable variable to recent result excel file which having some data already into it rows will be not fix data will grow and create new file with name and system datetime.
active rows means already data will be there some time it will be 3 rows or some time it can be 6 rows so how append can know from which row it have to append
No worries
If the column structure, header, order and count is same between datatable obtained and the excel, then we can use APPEND RANGE activity
It would work for sure
i tried the same but one concern here is i will append data to recent file now how to save it with new name, i dont want append data in exsisting file i want to create new file which will have current transaction data as well as old data.
@amruta_pawar Then you’ll need to use Merge Datatable Activity and After All the Datatable has been Merged together in a Single Datatable, You can use Write Range and Write the Merged Datatable to it.