I have a critical flow that just failed. I need some help determining WHY this failure occurred and how to prevent it in the future.
Flow:
Trigger: PowerApps
Action1: Parse JSON
Logic1: Apply to each
- Action2: Create File (Sharepoint Doc Library)
- This is where the error occurred:
Save Conflict
Your 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.
clientRequestId: 2d9401b7-1149-45f4-8bc1-77485e52c47c
serviceRequestId: 2d9401b7-1149-45f4-8bc1-77485e52c47c
- Action3: Update File Properties (Sharepoint Doc Library)
- Adds metatdata (columns) to file just created
Flow has been running fine for months.
Oddly enough, there were two files being created; error only occurred on the first. Second file was successful.


Thoughts on how to troubleshoot this?