I'm simply trying to get an attachment from Microsoft Form into a Sharepoint List.
Using Schema in JSON
{
"@odata.etag": "\"1\"",
"ItemInternalId": "14",
"ID": 14,
"Title": "1",
"Requester": "2",
"DetailsoftheSpecialExercise": "3",
"RequiredCompletionDate": "2022-03-10",
"InstructionsforSpecialExercise": "saf",
"{Identifier}": "Lists%252fSpecial%2bExercises%252f14_.000",
"{IsFolder}": false,
"{Thumbnail}": {
"Large": null,
"Medium": null,
"Small": null
},
"{Link}": "https://xxxxx.sharepoint.com/sites/",
"{Name}": "1",
"{FilenameWithExtension}": "1",
"{Path}": "Lists/Special Exercises/",
"{FullPath}": "Lists/Special Exercises/14_.000",
"{HasAttachments}": false,
"{VersionNumber}": "1.0"
}
But getting an error;
[
{
"message": "Invalid type. Expected Object but got Array.",
"lineNumber": 0,
"linePosition": 0,
"path": "",
"schemaId": "#",
"errorType": "type",
"childErrors": []
}
]