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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Issue at Parse Json Re...
Power Automate
Unanswered

Issue at Parse Json Required properties are missing from object.

(0) ShareShare
ReportReport
Posted on 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 🙂

 
Categories:
I have the same question (0)
  • Verified answer
    SanmeshG Profile Picture
    1,947 Moderator on at

    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!

  • Bhavadharani Profile Picture
    50 on at

    Thanks @SanmeshG 
    It is working, Thank you very much

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 522 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 364 Moderator

#3
abm abm Profile Picture

abm abm 243 Most Valuable Professional

Last 30 days Overall leaderboard