I
I have an existing SP List that has had data imported from Excel.
I have an Agreement ID and isDuplicate column, plus many others, but these are the ones that are important.
I want to update the list so where there are duplicate Agreement IDs the isDuplicate is true, (yes/no) format.
The Agreement ID is in number format, but due to the strange way SPLists deals with numbers it has been set to text.
Duplicates are allowed, but they need to be flagged.
Using Copilot I have managed to create a power flow that picks up when a new Forms is submitted it checks to see if there is already an Agreement and marks them all ad duplicates.
But I just can’t get it working to run a flow that will update all existing data, oh and it mustn’t change any other data just the isDuplicate.
can anyone help?
I’ve attached a copy of the code I have been working on.