Forum Discussion
Anonymous
6 years agoNot applicable
API call with form params in power query
Hi,
As per my understanding the below code :
Source = Json.Document(Web.Contents(url,[Content = [search = search,exec_mode=exec_mode,output_mode=output_mode,offset=offset,count=count]]))
will add query params to the url
How to send form params in the POST??? (equialent of -d in curl)
Anonymous
Have you referred to this link already? https://stackoverflow.com/questions/50151940/power-query-make-http-post-request-with-form-data
1 Reply
- nandukrishnavsCommunity Champion
Anonymous
Have you referred to this link already? https://stackoverflow.com/questions/50151940/power-query-make-http-post-request-with-form-data