Flag/conditional formatting for updates to SharePoint list

Copper Contributor
I am creating a flow that updates a SharePoint list based on an excel file update i.e. values either update or new ones are imported based on the excel file update. I would like to flag the values that update after the import. Is there a way to do this?
1 Reply
You could create a view that shows everything from the time the excel import runs so you only see updates. But in order to see with existing items you would have to loop through all items and reset them and then flag the ones you update as part of the flow using an “isUpdated?” Column or something.