Forum Discussion

asherbowden's avatar
asherbowden
Frequent Visitor
4 years ago
Solved

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 ...
  • AlexisOlson's avatar
    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.