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.
asherbowden
4 years agoFrequent Visitor
Fantastic, this worked well. Appreciate it Alexis.