# GETURLPARAM

#### Syntax <a href="#syntax.22" id="syntax.22"></a>

**GETURLPARAM**(*urlKey*)

* *value* - the name of the key in the current url, from which the value should be returned - ***Value type**: text*

#### Remarks <a href="#remarks.19" id="remarks.19"></a>

* It is possible that the standard url params, which are used by nedyx (like mode), will be changed in the future. So it is recommended to use e.g. prefixes to avoid any future conflicts.

#### Examples

For the URL: <https://app.nedyx.com/app/1124/page/7614\\&mode=edit\\&region=asia\\>
the GETURLPARAM function returns the following:

* GETURLPARAM(“region”) returns “asia”
* GETURLPARAM(“mode”) returns “edit”
* GETURLPARAM(“whatever”) returns *empty*
