Skip to main content

Notifications

Community site session details

Community site session details

Session Id : LnbAZ6KO68Am20igJ+L/mp
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,938 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

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Power Automate - General Discussion

#1
rpersad Profile Picture

rpersad 16

#2
David_MA Profile Picture

David_MA 10 Super User 2025 Season 1

#3
Michael E. Gernaey Profile Picture

Michael E. Gernaey 8 Super User 2025 Season 1

Overall leaderboard
Loading started
Loading complete