Forum Discussion
romovaro
May 06, 2024Copper Contributor
attachment Microsoft Form to Sharepoint list not working
HI all,
Hope you are doing fine,
Tried different posts but still not working. Any help is welcome. Thanks-
My Flow:
where:
{
"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:
That's my file path:
No RepliesBe the first to reply