Skip to main content

Notifications

Community site session details

Community site session details

Session Id : IvU9AhECWo9MmhcygO1tl/
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 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,645 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,997 Most Valuable Professional

Leaderboard
Loading started
Loading complete