Trigger - Global Variable

The trigger Global Variable is executed when a different value is assigned to a global variable. The trigger is not executed when the same value is assigned to the variable again.

 

Examples:
  • Show a reminder when you sent more than 10 SMS in one day.
Settings
Global Variable
The name of the global variable to watch.
A variable is a container for a value that can be used in many actions and conditions to dynamically define a part of a text.
See action Script for a description.

Supplied Variables
triggertime
the time the trigger executed
old_name_of_the_global_variable
contains the old value of the global variable before it has been updated