Hello,
I have a basic flow , that once a records is added/updated in Dataverse, we update a record in ArcGIS Online. Pretty straightforward. However, sometimes, we have more than one polygons with the same UNIQUEID (if we would merge the polygons that would solve the problem, but at this time it's not an option).
So my flow return the following message:
"body": {
"message": "More than one item with the ID field LandRecordsID = 55c5276d-58fe-ee11-a1fe-7c1e520c4eae was found. Please ensure that the ID used is unique and try again.",
"success": false
}

this is what my flow looks like right now:

So, I am seeking an advice on how I could use the flow to update these 3 polygons with the same record from Dataverse.
Thank you!
D