Write range where row is blank in Excel

I have an existing Excel file with data, I would like to code the following: input more data into it where the current data in the file finishes i.e. where the row is blank - how would I configure the excel write range to do this?

Use append range activity
for more clarification please explain your requirement with more details

Hey @E.T.S ,

In that case, instead of using the Write Range use the append range activity, it will append the data to the Excel from the first free row.

Thanks,
Sanjit

1.Append Range Activity
2.Add Data Row Activity
you can try with this way it will the add the data to you existing sheet

@E.T.S