I have a flow which reads a table from an excel spreadsheet, reviews a SharePoint list and is it finds the same record (in this case device serial number) it will update the record, or create a new one. Almost every record in the excel should already exist so the update item flow works in every other case except this one.
I have deleted the record from the SharePoint list and it recreates it but also it doesn't fail to update every time by the looks of it.
Why is this record being detected as a duplicate when the same rules for over 2000 other records work as expected?
Also, i have noticed that the ID given back to the record suggests it is recovering the deleted entry rather that creating a new one. Is this possible?