Global Variable Updated
Triggered when a global variable has been updated
Preview
Parameters
Variable Name
Text
Enter the name of a specific global variable
Leave empty to trigger on any global variable.
Select
default:
Either
Either
- Trigger on both persisted and non-persisted variablesYes
- Trigger only on persisted variablesNo
- Trigger only on non-persisted variables
Variables
The following variables will be populated when this trigger executes:
Description | ||
---|---|---|
global.lastWrite | DateTime | The timestamp of the last write Example: 8/4/2023 10:56:06 AM |
global.name | string | The name of the global variable Example: myGlobalVariable |
global.newValue | string | The new value of the global variable Example: My new value |
global.oldValue | string | The previous value of the global variable Example: My old value |
global.persisted | bool | Is this global variable persisted? Example: true |