Global Variable Created
Triggered when a global variable has been created
Parameters
Variable Name
Text
Enter the name of a specific global variable
Leave empty to trigger on any global variable.
Persistedrequired
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 | Example: 8/4/2023 10:56:06 AM |
global.name | string | Example: myGlobalVariable |
global.persisted | bool | Example: true |
global.value | string | Example: My value |