Url Getarg

Description

Get a query parameter from a URL.

Event Options

Variable

The URL you wish to get the query parameter from.

Value

The query parameter key.

As

The result of search the Variable url for the Value query parameter.

Example

Variable

https://www.text.com?q=find_me

Variable

q

After running the event with the above options, the As option will hold the value "find_me".

Last updated