Team
I'm using the trigger 'When a record is updated' for CDS, but somehow it always triggers two identical flow runs ( see screenshot)
This is causing issues because one of the actions im using is to update an item, which results in multiple 'users' trying to update the item at the same time. This is the error that i get:
{
"status": 400,
"message": "Save Conflict.\n\nYour changes conflict with those made concurrently by another user. If you want your changes to be applied, click Back in your Web browser, refresh the page, and resubmit your changes.\r\nclientRequestId"
}
How can i avoid from both runs to happen or create a condition that stops the 2nd one from continuining?
Thank you