Merging Forms File Uploads in Power Automate

Chad Kealey
Chad Kealey
4.1 هزار بار بازدید - 2 سال پیش - One of the most asked
One of the most asked questions on my other videos around file upload questions in MS Forms is how to work with files uploaded to separate questions. So, I thought I'd do a quick video showing how I handle those scenarios. In the future, I'll show how to use this for specific situations, like attaching them all to an email or saving them to SharePoint. In case you need the schema for the parse JSON step, here you go: { "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" ] } } Yeah, it looks ugly, but just copy all that and paste it into the "schema" field.
2 سال پیش در تاریخ 1401/11/21 منتشر شده است.
4,189 بـار بازدید شده
... بیشتر