Hi community,
I have a flow to upload attachments (.jpg) from microsort forms to a sharepoint folder. The files are uploaded with the same name as the original attachment, but I would like the name to be the answer to one of the questions on the form. How could I achieve this?.


Parse Jason:
{
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"link": {
"type": "string"
},
"id": {
"type": "string"
},
"type": {
"type": "null"
},
"size": {
"type": "integer"
},
"referenceId": {
"type": "string"
},
"driveId": {
"type": "string"
},
"status": {
"type": "integer"
},
"uploadSessionUrl": {
"type": "null"
}
},
"required": [
"name",
"link",
"id",
"type",
"size",
"referenceId",
"driveId",
"status",
"uploadSessionUrl"
]
}
}
Thanks for youre help¡¡.