Url Getarg
Get a query parameter from a URL.
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.
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 modified 9mo ago