Forum Discussion
asherbowden
4 years agoFrequent Visitor
Query parameter's with special characters
Hi there, I am using dataflows calling a Web API. I am using Web.Contents with the RelativePath, Query arguments in order to ensure I can schedule a refresh with the query. My particular ...
- 4 years ago
Try this:
Query = [#"example-parameter" = "abc"]A hyphen isn't a character that needs to be encoded for a URL, but M needs some help to know that "example" and "parameter" belong together.
gingercat123
4 years agoFrequent Visitor
Hi AlexisOlson ,
please could you help me, how do i replace %
date_from="2021-06-01%2012:01:01",
date_to="2021-06-30%2012:01:01",
i get this &date_from=2021-06-01%252012%3A01%3A01&date_to=2021-06-30%252012%3A01%3A01&
ecalzavara
3 years agoAdvocate II
Hey mate, did you manage to solve this? I too have special characters "%" in the name I am trying to combine.