So I have been building a few flows recently with good success but I have got stuck getting this last bit to work. To date I have got it working so that when a ms form response is submitted I can send an email with a link to the uploaded attachment using PARSE JSON with this code:
{
"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"
]
}
}And then inserting the link in the body emails and teams message with this expression:

Report
All responses (
Answers (