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 ,
please try the following:
postData = Json.FromValue( [searchID = "customsearch_active_customers"] )