If one has a data flow with a parameter of type map[string, string], how do you pass in the argument when calling from a pipeline. See image below.
If i'm not mistaken, you cannot create a mapping in Pipelines using '->' notation. I tried a few approaches such as making string templates and/or equivalent jsons but none of the approaches seem to work.


