Notifications
Announcements
Why do I get this error if i open the http?Flow:
Error:
{"error":{"code":"TriggerRequestMethodNotValid","message":"Die HTTP-Methode für diese Anforderung ist ungültig. Erwartet: \"Post\", tatsächlich: \"GET\"."}}
Oh yeah, I miss the "GET"
Unfortunately, without more specifics about your web application and the flow you are building there really isn't anymore that I can tell you. The error message suggest that the call you are making to the flow should be a Get, not a Post. If the flow isn't editing anything, just retrieving information that is very possible.
@Pstork1
And in postman this error:
{ "error": { "code": "NoResponse", "message": "The server did not receive a response from an upstream server. Request tracking id '08585780131497372582341714183'." } }
ok, but if I put this url I get in the browser, I get an error back:{"error":{"code": "TriggerRequestMethodNotValid", "message": "The HTTP method for this request is invalid. Expected: \"Post\", actual: \"GET\"."}}
That Blog post covers how to call the flow. This one covers both the call and response.
Accept HTTP Requests in a Flow and send Response back | Power Automate | D365 Demystified
But on this site, there‘s no documentation how to make a response, isn‘t it?
Take a look at this walkthrough if you are invoking the Flow using an HTTP requrest.
Understanding The Trigger: When a HTTP request is received - FlowJoe.io
I send the http request from my website, and I want to get data back to my website from the flow from an excel table
So what exactly do you send from your website? You need to analyze what the website sends and that will tell you what the body needs to be. You'll see the output when you get it back and can use Parse JSON to get access to it.
@Pstork1 From the flow. So if I send the http from my website, I get infromation from an excel table. I only don't know how to get this information back
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.
In our never-ending quest to improve we are simplifying the forum hierarchy…
We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
David_MA 245 Super User 2025 Season 2
Expiscornovus 207 Most Valuable Professional
trice602 185 Super User 2025 Season 2