GETURLPARAM

Returns the value of a key from the current web page url.

Syntax

GETURLPARAM(urlKey)

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

Remarks

  • 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