Excel get last empty row

I have to update excel from SharePoint.
because of huge data not able to read that sheet , without reading to datatable need to get the last empty row.
tried using keyboard shortcuts but not working as expected always
Any other alternative?

Hi,

How about Find First/Last DataRow activity?

Regards,

@sreeja_gaddam

You can simply use append range activity which would append the data from
The last empty row by default

Cheers