Read last row from excel sheet abd write last row in another excel

Hey

First get your row count to know which will be the index with the following code

yourDT.RowCount(-1)

Then pass that index to this activity

It will retrieve your entire row in a new datatable that you can write in excel

Regards!