Good morning,
I am not able to figure out how to have my team add an attachment into a form and have that same attachment (e.g. photos') emailed out to the rest of the team through a flow. Please help.

Good morning,
I am not able to figure out how to have my team add an attachment into a form and have that same attachment (e.g. photos') emailed out to the rest of the team through a flow. Please help.
Hi @SLBMetrology,
Do you want to send an email with the attachment from the form response?
Could you please share a bit more about your scenario?
Here is the Json schema:
{
"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"
]
}
}