Variables
Variables guide
Create and store variables using NIM's variable library. Variables are supported in the following features:
Create and store variables using NIM's variable library. Variables are supported in the following features:
To get started, Create a variable.
There are three types of variables:
Constant A fixed string.
JavaScript A JavaScript snippet which returns a string.
Session Data variables based on a fitler stored within the user session
Each variable is either user-defined (custom and editable), or system-defined (built in and not editable).