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 / The input body for tri...
Power Automate
Answered

The input body for trigger 'manual' of type 'Request' did not match its schema definition.

(0) ShareShare
ReportReport
Posted on by 50

I have a flow that is triggered via HTTP Requests and is designed to collect variables such as `office`, `location` and `staff` via GET from the URL.

 

LiXiaoPai_0-1711034613503.png

 

 

The procedure runs well and executes successfully, however, the moment I try to write the variables to an excel file, I am greeted by the below error:

 

LiXiaoPai_0-1711035433746.png

 

 

 

{
 "error": {
 "code": "TriggerInputSchemaMismatch",
 "message": "The input body for trigger 'manual' of type 'Request' did not match its schema definition. The input body is missing required schema properties. "
 }
}

 

Now, obviously the issue has to do with the variables and the variable / object definition. All 3 variables are defined as strings, below a sample.

 

Request JSON Schema:

 

{
 "type": "object",
 "details": {
 "office": {
 "type": "string"
 },
 "location": {
 "type": "string"
 },
 "staff": {
 "type": "string"
 }
 },
 "required": [
 "office",
 "location",
 "staff"
 ]
}

 

 

I initiated individual variables where I again defined the parameter values as strings, but no success.

LiXiaoPai_2-1711034973344.png

 

What do I have to do to get the variables in the correct format in order to write them to an excel file? Really at the end of my wits here, appreciate any help you can give.

 

Thank you

Categories:
I have the same question (0)
  • Verified answer
    LiXiaoPai Profile Picture
    50 on at

    Well, turns out deleting the trigger and setting it up again worked like a charm.... Cannot believe that worked...

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 605

#2
Valantis Profile Picture

Valantis 340

#3
11manish Profile Picture

11manish 284

Last 30 days Overall leaderboard