Hello guys,
I couldn't find solution for my flow.
Basically what it does:
The flow runs daily(scheduled), retrieves records from a database, and processes them in a loop. For each item, it checks and updates related SharePoint list entries, then attempts to synchronize IDs between SharePoint and the database.
The flow consistently fails at the action:
Where I need to update a row and set id for SharePoint. the error is 400, specified item is not found. But the main thing is that usually it goes ok for 100-150 items. Then fails to update for 30-60 items. And goes ok until the end for rest 300-500 items.
I tried to put delay before update, also I tried to do Concurrency control to 1 for the apply to each.