Forum Discussion
Duftnich06
3 years agoRegular Visitor
REST API POST Request works in Postman, Fails in Power Query
I have an REST API that when I send a POST request via Postman, it works successfully, but refuses to work when sending via Power Query, M Code below (sensitive details omitted): let
u...
- 3 years ago
Hi Duftnich06
without the curly bracket like so:
Json.FromValue([searchID="customsearch_active_customers"])
ImkeF
3 years agoCommunity Champion
Hi Duftnich06 ,
great to hear 🙂
Did you realize that this was also my first answer 😉
The encoding is well above my head unfortunately.
Duftnich06
3 years agoRegular Visitor
I did, yes. Althought at that point, I wasn't aware of my encoding issue and so I was distracted by my original error!
Thanks again 😃