getQueryStringParameter
Use the getQueryStringParameter function to query a parameter from the URL in the current web browser and change the parameter value to a Text value.
Note: Query string parameters are not supported if a Start form A form that starts a workflow. is opened from My Nintex.
getQueryStringParameter(Text parameter)
- parameter: the value the function queries from the URL.
getQueryStringParameter example
In the following example, the formula queries the following URL:
- https://url.com?number=1234
getQueryStringParameter("Number")
The formula creates the text value 1234.
To use multiple parameters, use & as a separator between parameters. For example: https://url.com/?number=1234&text=abc