How to solve overwrite in sheet?

I want to write in other sheet follow date as below.

image

But now it overwrite in latest sheet.

Please guide me about it.

In the write range activity use the sheet name in which you want to add/modify data.

@nv08 Now I use write cell.

and sheetname = system.DateTime.now.AddDays(Backday).ToString(“dd-MM-yyyy”)

If you are not willing to do overwrite then you can use append range activity also.

in case of the data is not reflected by a datatable following activites help for getting the last XX index

grafik