從提交的表單資料中擷取表單附件
在Power Automate工作流程中擷取表單附件並以電子郵件傳送附件。
以下影片說明從提交的資料中形成附件所需的步驟。
以下是您需要在「剖析JSON」結構描述步驟中使用的附件物件結構描述
{
"type": "object",
"properties": {
"filename": {
"type": "string"
},
"data": {
"type": "string"
},
"contentType": {
"type": "string"
},
"size": {
"type": "integer"
}
}
}
recommendation-more-help
4859a77c-7971-4ac9-8f5c-4260823c6f69