GETURLPARAM
Returns the value of a key from the current web page url.
Last updated
Returns the value of a key from the current web page url.
GETURLPARAM(urlKey)
value - the name of the key in the current url, from which the value should be returned - Value type: text
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.
For the URL: https://app.nedyx.com/app/1124/page/7614&mode=edit®ion=asia the GETURLPARAM function returns the following:
GETURLPARAM(“region”) returns “asia”
GETURLPARAM(“mode”) returns “edit”
GETURLPARAM(“whatever”) returns empty
Last updated
