Forum Discussion

Sur76's avatar
Sur76
Copper Contributor
Jul 04, 2021
Solved

How do i add attachments from Microsoft Forms onto Sharepoint List

Hello. 

Trust everyone is safe and well :smile:.

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

  • RobElliott's avatar
    RobElliott
    Silver Contributor
    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.
    • Sur76's avatar
      Sur76
      Copper 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

      • GBeulen's avatar
        GBeulen
        Copper Contributor

        Sur76 So what did you do in the end, exactly? In my Get Response Details it never shows anything about the attachement from the Form? 

Resources