web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / MS Forms over Power Au...
Power Automate
Suggested Answer

MS Forms over Power Automate

(0) ShareShare
ReportReport
Posted on by
Hello,
 
I need some assistance in figuring out what I am doing wrong with my power automate.
 
I have this MS Forms questionnaire that is intended for gathering data out from the field which includes multiple File Uploads (10 pictures per upload question), total of 10 File Upload slots making it a total of 100 pictures if all slots are used.
 
I was following this tutorial with Parse JSON and it seems my flow is getting an error getting the metadata file.
 
 
 
I need urgent assistance on this Please!!!
I have the same question (0)
  • Suggested answer
    David_MA Profile Picture
    14,956 Super User 2026 Season 1 on at
    There are a couple of ways to do this as posted in this thread: Save Microsoft Forms Responses (with Attachments) to a List. Here is the JSON scheme I forgot to post in that response:
     
    {
        "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"
            ]
        }
    }

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Valantis Profile Picture

Valantis 377

#2
11manish Profile Picture

11manish 279

#3
David_MA Profile Picture

David_MA 234 Super User 2026 Season 1

Last 30 days Overall leaderboard