The GetRequestVariable action returns a parameter (GET or POST) of the current HTTP request.
The returned values can also be checked automatically.
Parameters
|
Type |
Name |
Description |
|---|---|---|
|
TEXT |
parameter name |
Specifies the name of the parameter. |
|
SELECT |
validation type |
Specifies the type of validation to be used for the value of the parameter. The following validation types are available: Number, Text, Regex. |
|
TEXT |
validation pattern |
Specifies the validation pattern to be used for the value of the parameter. The selected validation type determines which values you must enter for the validation to be performed. You can enter multiple values separated by a semicolon.
|
Return
|
Type |
Description |
|---|---|
|
SINGLEVALUE |
Returns the value of the parameter or null. |