Skip to main content
The global variable setter this makes it possible to create temporary variables outside the item data. The value of a global variable can be used with a placeholder such as @{globals.my_variable}. The variable only exists for the duration of the process.

Fields

Key

The key field is used to set the name of the variable. The key is a path separated by dots. path.to.target becomes a nested element represented as:
globals
- path 
-- to 
--- target = value 
The placeholder to use the variable would become @{globals.path.to.target}.

Value

The value that needs to be set in the defined context path. Placeholders can be used to obtain data from the context.