제출된 양식 데이터에서 양식 첨부 파일 추출

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