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\"."}}
Are you using http or https? I'm pretty sure https is required. Your HTTP Post is also missing the JSON payload. There should be some JSON Body to POST.
what json-text. Can you send me an example?
@Pstork1
Like this?:
{ "text": "HelloWorld" "id": "1" }
It depends on what the URL you are posting to is expecting. Here's an article that goes through the whole process.
How to get started with HTTP requests in Power Automate - Microsoft Tech Community
I want to get information back if I send this http request. What do I have to do in this case?
Get information back from what? It all depends on what URL you are calling and what it expects for a Body of parameters. Not every URL will return data from a Post or a Get. Check the article and then check any documentation available on the url. If you Post the right Body the output will be a JSON object or Array. It all depends on the URL.
@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
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.
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
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
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.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Haque 293
David_MA 262 Super User 2026 Season 1
Expiscornovus 223 Most Valuable Professional