Internal - Set Variable

Top  Previous  Next

The Set Variable allows you to create or update a Variable. Variables can be used and reached throughout the whole application. You can use this to store static or dynamic values.

 

clip0159

 

Name/Unique key
The name you set on the Variable is also the unique key for the Variable. Wherever you want to use your defined Variable you use this Variable key: {USERVAR(variablename)}

 

Description

Optional. If you want to distinguish your Variable further you can add a description.

 

Variable type

Currently, 3 Variable types exist. String, Int32 and Double. Note that the Variable type may be interested to set correctly if you want to compare/calculate/validate correctly.

 

Variable value

Set the requested value of the Variable here.