Forum Discussion
Error in getting POST request in an API
- 6 years ago
You could simply using different code.
This first example you've posted contained wrong brackets.
Why is that?
Could it be that JSON you've been using in Postman has different nesting structure?
Must your -1 be a text instead of a number?
Honestly, I've been there a couple of times to recognize that a simple typo is throwing things off.
Very had to believe that Power Query is the issue here.
Hi gilbertendaya ,
now your query has been sent out and you've received an answer from the server. Unfortunately that's all Power Query will tell you about it and you have to use a tool like Fiddler to see more details of what's going wrong.
I'd recommend to check the structure of the nested JSON first, maybe you swapped a list for a record or so.
Otherwise you'd have to compare the traffic that your successful postmal request causes the traffic from Power BI with Fiddler.
Hi ImkeF
But this is working fine with PostMan 😞
and then here in Power BI desktop, it is not working 😞