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 / Issue at Parse Json Re...
Power Automate
Answered

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:
  • Verified answer
    SanmeshG Profile Picture
    1,956 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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Automate

#1
11manish Profile Picture

11manish 237 Super User 2026 Season 2

#2
David_MA Profile Picture

David_MA 227 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 194

Last 30 days Overall leaderboard