Extract form attachments from submitted form data
[AEM Forms as a Cloud Service]{class="badge informative"}
Extract form attachments and send the attachments in an e-mail in power automate workflow.
The following video explains the steps needed to form attachments from the submitted data.
The following is the attachment object schema that you need to use in the Parse JSON schema step
{
"type": "object",
"properties": {
"filename": {
"type": "string"
},
"data": {
"type": "string"
},
"contentType": {
"type": "string"
},
"size": {
"type": "integer"
}
}
}
recommendation-more-help
4859a77c-7971-4ac9-8f5c-4260823c6f69