Hi,
I've got 2 excel files which are identical. Essentially, they contain the name of the person on call for a certain date.
The reason I've got 2 files is to enable users to add comments to a local version which is not seen in the live one.
However to replace the table I've written a flow which lists all the rows in each file and then uses a apply for each to delete a row in the live version before replacing them with the local one. This seems very ineffective. I'm not sure if update a row is a better way to go? I hold about 400 rows of data.
My table looks like this;
Date: Name: Telephone Number:
In reality I would only want to update the next 60 days including today. I just don't know how to set that query in the odata filter? Can anyone help or maybe suggest a better way please?

