Global Variable Updated

Triggered when a global variable has been updated
0.2.1

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 variables
  • Yes - Trigger only on persisted variables
  • No - Trigger only on non-persisted variables

Variables

The following variables will be populated when this trigger executes:

Description
global.lastWriteDateTime

The timestamp of the last write

Example: 8/4/2023 10:56:06 AM
global.namestring

The name of the global variable

Example: myGlobalVariable
global.newValuestring

The new value of the global variable

Example: My new value
global.oldValuestring

The previous value of the global variable

Example: My old value
global.persistedbool

Is this global variable persisted?

Example: true