I am downloading an Excel file each day. For each day, several lines will be added to the Excel file and the existing ones will be updated. So the Excel file both changes in values and gets bigger in time.
The Excel file covers the previous month and the current month.
Here is my question
How can I make UiPath overwrite the data from the same days, but when we enter a new month, the overwriting-range should move accordingly, so that new dates will be added while UiPath only overwrites the data from the previous and current month?