Skip to main content
Community site session details

Community site session details

Session Id : +CRGLZFwaFQrvH5+ZeUTiI
Power Automate - General Discussion
Answered

Issue at Parse Json Required properties are missing from object.

Like (0) ShareShare
ReportReport
Posted on 4 Aug 2023 10:57:21 by 50

Hi, I am facing an issue in parse json, My issue is

"message""Required properties are missing from object: name, joined date, emp_id, Email, image.",
    "lineNumber"0,
    "linePosition"0,
    "path""[0]",
    "value": [
      "name",
      "Joined date",
      "emp_id",
      "Email",
      "image"
    ],
    "schemaId""#/items",
    "errorType""required",
    "childErrors": []
Schema Entered by me for Parse Json is:
{
  "type""array",
  "items": {
    "type""object",
    "properties": {
      "name": {
        "type""string"
      },
      "joined date": {
        "type""string"
      },
      "emp_id": {
        "type""integer"
      },
      "Email": {
        "type""string"
      },
      "image": {
        "type""string"
      }
    },
    "required": [
      "name",
      "joined date",
      "emp_id",
      "Email",
      "image"
    ]
  }
}
How can I clear this issue?
please help me, Thanks in advance 🙂

 
  • Bhavadharani Profile Picture
    50 on 06 Aug 2023 at 01:28:02
    Re: Issue at Parse Json Required properties are missing from object.

    Thanks @SanmeshG 
    It is working, Thank you very much

  • Verified answer
    SanmeshG Profile Picture
    1,947 Super User 2025 Season 1 on 04 Aug 2023 at 13:25:04
    Re: Issue at Parse Json Required properties are missing from object.

    Hi @Bhavadharani  ,

     

    As the error specifies the name, joined date, emp_id, Email, image are required properties as per your JSON schema. But your input json array does not seem to contain values for these that is causing an error. 

     

    You can remove the properties from the required section in the json schema and try to run the flow . it should work.

     

    Hope this helps!

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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1

Loading complete