Hello everybody!
Thank you in advance for your help.
I would like help improving my flow below.
I receive an excel file with a table daily via Email. I have a flow that dumps that into a SharePoint folder which is where this flow comes in.
Unfortunately due to the nature of the data there are many repeats between the days.
The data contains a column "App" that is a unique identifier. I would like for the flow to only add the data to my SharePoint list if the value does not already exist. Alternatively if it replaced the row I would not mind. Essentially I just don't want duplicates in my SharePoint list. I am open to any way to avoid this.
Bonus points if there is a way to add in a delete file so after the data has been extracted from the excel file it is deleted.
Thank you!