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 Automate
Unanswered

Para Json

(1) ShareShare
ReportReport
Posted on by 13
I used this json code in the json parse schema
{
    "type": "object",
    "properties": {
        "count": {
            "type": "integer"
        },
        "value": {
            "type": "array",
            "items": {
                "type": "object",
                "properties": {
                    "id": {
                        "type": "string"
                    },
                    "name": {
                        "type": "string"
                    },
                    "path": {
                        "type": "string"
                    },
                    "attributes": {
                        "type": "object",
                        "properties": {
                            "startDate": {
                                "type": "string"
                            },
                            "finishDate": {
                                "type": "string"
                            },
                            "timeFrame": {
                                "type": "string"
                            }
                        }
                    },
                    "url": {
                        "type": "string"
                    }
                },
                "required": [
                    "id",
                    "name",
                    "path",
                    "attributes",
                    "url"
                ]
            }
        }
    }
}
she gives me this error
Flow client error returned with status code "BadRequest" and details "{"error":{"code":"InvalidOpenApiFlow","message":"Flow save failed with code 'ActionSchemaInvalid' and message 'The schema definition for action with status code '200' is not valid. The schema definitions for actions with same status code must match.'."}}".
 
Categories:
I have the same question (0)
  • DJ_Jamba Profile Picture
    2,837 Super User 2025 Season 2 on at
    The schema you defined in the Parse JSON action does not match the schema returned from the API.

    Grab the output from the HTTP request action and generate a new schema in the Parse JSON action

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 525 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 324 Moderator

#3
abm abm Profile Picture

abm abm 232 Most Valuable Professional

Last 30 days Overall leaderboard