I have a flow that is set up in a Try and Catch block. When I run the form and submit creating a record, this flow does 4 functions. Creates a folder, update SP row with folder link, update SP library row with 2 values, and creates shareable link for folder. I get about a 50/50 ratio that it successfully completes or fails with "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: [redacted] serviceRequestId: [redacted]". But even getting this failure, the flow completes the 4 functions all the time. But if I look at the flow it fails after the 1st function and goes into the catch block.
Since the flow is triggered with "When an item is created", is it running into the creation of record from the app when submit is clicked?