I have a problem with a flow, it waits for the responses of an MS Form and the adds a new item to a SharePoint list.
Then, it reads the uploaded file and attaches it to the created item in SharePoint. (ss_001)
It works fine like the 90% of the time, and the other 10% it would fail in with an error that the file that we are trying to attach is not found (404 error) (ss_002)
- I have tried refreshing the connections, removing, re-adding the connections with no luck.
- I tried with the relative and the absolute path and both fail with a 404 error.
- I have copied the URL from the flow with error and pasted the URL in the browser and the attached file opens correctly.
- If I check the folder where all the files are being uploaded, the file is present in the folder.
- I have also tried the solution in this page: (ss_003)
https://elliskarim.com/2022/01/17/how-to-send-microsoft-forms-file-uploads-to-an-approval-workflow-using-power-automate/
But it would throw a 404 on all the files uploaded for 100% of the cases.
I have used an MS List Form previously, and that worked 100% correct all the time, but we decided to move to an MS Form as it would let customize the Form and validate the fields.
What else could be done in this case?
Thanks for you help and attention!