I have a long Microsoft Form connected to a SharePoint List. The form has an attachments question but it is not required. I'm trying to get the attachments to be added to the list. Also have send email of the form responses and I want the attachments to be added to the email. I have followed several videos on the topic but still having issues. I think creating a variable for the attachments is needed to add the attachments to the email or list but I don't understand how to do this. Below is the working flow.
Now I'm working on the section if there are attachments to write to list. I have tried these steps:
- Compose to generate JSON from Attachments question
- Parse JSON
- Apply to each Attachment
- Get file content using path
- Append to array variable
- Add Attachment
I get file not found error.

