attachment Microsoft Form to Sharepoint list not working

Copper Contributor

HI all,

Hope you are doing fine,

Tried different posts but still not working. Any help is welcome. Thanks-

 

My Flow:

 

romovaro_0-1714992355815.png

 

where:

romovaro_2-1714992465228.png

romovaro_3-1714992507152.png

 

{
"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"
]
}
}
 
then it seems I have an error in the File Path:
romovaro_4-1714992592044.png

 

That's my file path:

romovaro_5-1714992640621.png

 

 romovaro_7-1714992742337.png

 

romovaro_8-1714992757864.png

 

 

 

 

 

 

0 Replies