Hi
I have a flow set up which triggers on a form submission. The flow contains an office script that runs on my OneDrive.
I am having an issue getting the script to run 100% of the time that the form is submitted. The script will only run ~50% of the time. When it fails I get the following error message in the 'Run Script' logs.
"message": "We were unable to run the script. Please try again.\nYour file was not saved because we could not merge your changes with changes from someone else.\r\nclientRequestId: xxxxxx",
I am unsure what is causing this error. When triggering the script manually via Excel online it works every time and the script works ~50% of the time when running it as part of the flow.
When I have been testing the flow, I have been submitting the form in fairly quick succession, but the flow is always completed prior to submitting another form.