Hello,
I am trying to add a dynamic parameter to the fQueryString to a custom module. Can someone give me an example how to do this?
I tried just appending the parameter e.g .fQueryString+='&d=21'
but when I do that each time the module is called then another parameter is appended, when I open the module in the builder that fQueryString has been changed to include the parameter.Is there a way to use the Str.Format function?
Thanks
I am trying to add a dynamic parameter to the fQueryString to a custom module. Can someone give me an example how to do this?
I tried just appending the parameter e.g .fQueryString+='&d=21'
but when I do that each time the module is called then another parameter is appended, when I open the module in the builder that fQueryString has been changed to include the parameter.Is there a way to use the Str.Format function?
Thanks