Hi,
I have a flow that runs every time my Excel file is changed.
When the Excel table (stored in SharePoint) is changed I want to update a SharePoint list with only the rows that are changed. Is this possible?
I have a unique identifier on each row in both the list and in the Excel table called ID_Number if that helps.
So, lets say the Excel table looks like this:

And the SharePoint list like this:

And then, I add some information for ID 5 like this:

Then I want my SharePoint list to look like this:

I only want to change Tom's row in the SharePoint list.
Really appreciate the help!