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 / Power Automate flow er...
Power Automate
Suggested Answer

Power Automate flow error parse json

(0) ShareShare
ReportReport
Posted on by
The flow was running smoothly and then got an error when submitting a request from Microsoft forms when attach file , and no errors when submitting a request without attachments , i solve this issue by delete attachment box in Microsoft forms and build it again . and now i got this error . can any one help me . thanks in advance
 
 
 
 
 
parse JSON Schema
 
{
    "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"
        ]
    }
}
Categories:
I have the same question (0)
  • Suggested answer
    Michael E. Gernaey Profile Picture
    53,968 Moderator on at
     
    Please share a picture of the ParseJson in design mode and share the ParseJson in Run mode. Show the raw inputs please.
     
    According to the error, you are either passing Null into the Parse JSon, or it thinks you have a required content property, and I realize yuou are sharing the schema that doesn't have it but it thinks its supposed too.
     
    So please share those pictures so we can sort it out.
     
    Cheers
  • Suggested answer
    David_MA Profile Picture
    15,223 Super User 2026 Season 1 on at
    You can either remove the required section from your JSON scheme, or update the JSON scheme types to accept null values. However, as Michael said, share a screen shot of the parse JSON action. It is not clear why have that where it is in your flow.
     
    {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "name": { "type": ["string", "null"] },
          "link": { "type": ["string", "null"] },
          "id": { "type": ["string", "null"] },
          "type": { },  // Accepts any type or use ["string", "null"], etc.
          "size": { "type": ["integer", "null"] },
          "referenceId": { "type": ["string", "null"] },
          "driveId": { "type": ["string", "null"] },
          "status": { "type": ["integer", "null"] },
          "uploadSessionUrl": { } // Accepts any type or ["string", "null"], etc.
        }
      }
    }
    
     

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 Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 277 Super User 2026 Season 1

#2
11manish Profile Picture

11manish 169

#3
Haque Profile Picture

Haque 140

Last 30 days Overall leaderboard