Forum Discussion
Tess
1 year agoFrequent Visitor
Send a POST request with -d in Power Query
Hi community, I am trying to build a request in power query with this POST request curl https://connect.squareup.com/v2/orders/search \
-X POST \
-H 'Square-Version: 2024-10-17' \
-H 'Auth...
- 1 year ago
Please follow the documentation. Use Json.FromValue. https://learn.microsoft.com/en-us/powerquery-m/web-contents#example-2
lbendlin
1 year agoSuper User
Please follow the documentation. Use Json.FromValue. https://learn.microsoft.com/en-us/powerquery-m/web-contents#example-2