I am setting up a flow in Power Automate to retrieve details from a Microsoft Form.
What it does:
- Get the reponse details from Microsoft Forms
- Creating a new item in a Sharepoint list
- If one of the questions is answered with yes, the following will run:
- Parsing JSON
- Get the file content and metadata using path
- Add attachment to Sharepoint in the list
- Get the items
- Add the same attachment to a database folder in a Sharepoint folder
It goes wrong in the last step where I have some "apply to each"-statements. Somehow it does save the file to the correct folder, but it does give an error in the flow itself. I have read multiple forums regarding this problem, but it does not seem to solve mine.
Update:
I was able to clear up the error in the end. However, the "Apply to each" still gives an error. The file has been updated in the folder.
Apply to each runs, but still gives error
Please help :(!