Forum Discussion
shane-ds
2 years agoFrequent Visitor
WebContent "Contents": How do you get this to work?
Hi, Such generic terms describing this issue, I don't even know how to search for a resolution... I created and Azure Web Function and I can call the Azure Web Function from Postman - it's workin...
- 2 years ago
I was probably was stuck on this for about 7 hours. Turns out adding "Content" the Power Query WebContents will do a POST, not a GET, whereas my Azure Function was only a GET.
shane-ds
2 years agoFrequent Visitor
I was probably was stuck on this for about 7 hours. Turns out adding "Content" the Power Query WebContents will do a POST, not a GET, whereas my Azure Function was only a GET.