Forum Discussion
Sur76
Jul 04, 2021Copper Contributor
How do i add attachments from Microsoft Forms onto Sharepoint List
Hello.
Trust everyone is safe and well .
I have been trying to follow the video on how to add attachments from forms to sharepoint list but i am not doing something right as i keep getting this error.
Any help will be welcome. Thank you
This is the make up of my flow
On the Parse Json - i am not sure what to add here - i copied and pasted the schema provided
{
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"link": {
"type": "string"
},
"id": {
"type": "string"
},
"type": {},
"size": {
"type": "integer"
},
"referenceId": {
"type": "string"
},
"driveId": {
"type": "string"
},
"status": {
"type": "integer"
},
"uploadSessionUrl": {}
},
"required": [
"name",
"link",
"id",
"type",
"size",
"referenceId",
"driveId",
"status",
"uploadSessionUrl"
]
}
}
- Don't use a template to build this flow which will put in that first apply to each which is not needed and usually causes problems. Build it from new going straight from When a new response is submitted to get response details.
23 Replies
Sort By
- RobElliottSilver ContributorDon't use a template to build this flow which will put in that first apply to each which is not needed and usually causes problems. Build it from new going straight from When a new response is submitted to get response details.
- Sur76Copper Contributor
Thank you so much. I am going try it now. It worked like a bomb.... You are freaking super awesome .... Thank you soooooo much