Hello guys,
I need to build simple flow:
When somebody filled in MS Forms with/without attachments (images) it automatically sent Email with/without attachaments
I did it by myself without attachments, and for attachments I found Rez Dorrani video on youtube (275) How to save Microsoft Forms Responses & Attachments to SharePoint Lists or Libraries & Send Email - YouTube
and more a less I copy / paste "attachments" section from video time 29:48
- I setup everything same and finally I checked comments and there is same issue NotFound so I changed section: Get file content using path to comments :
You are spot on. It does not work for certain file types. Here is the fix.
Use "get file content by path" SharePoint action. And for the path use the following expression: concat('YoursiteURL/Shared%20Documents/Apps/Microsoft%20Forms/Training%20Survey/Question/',item()?['name'])
YoursiteURL - Your SharePoint Site URL
Training%20Survey - Form Name
but still I have same issue File not found, but when I checked Log , File Path is correct and if I put it to web-browser, image is open, so I do not understand, where is issue ?
