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.

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.