I have read 10's of posts on how to great a flow to update a SharePoint list based on an Excel file, but I just cant them to work or they are not suitable for me.
I have therefore tried to create my flow, but struggling. I want the flow to auto check the Excel file (Stored in Sharepoint Docs) and if a row is present in the excel file, but not in sharepoint list, then add the row, if the row is present in the excel file and sharepoint list, to update the row in the sharepoint list and if the row is in the sharepoint list, but not the excel, then remove the row from the sharepoint list. So to summarise, the Sharepoint list should mirror the excel file.
I got this working with the flow clearing the sharepoint list and copying the whole excel file back into the list. Its not the most elegant and for a short period the sharepoint list is completely empty, which isnt great.
How can i improve this?