Start an Action Chain When a Variable Changes
You can start an action chain when the value stored in a variable changes by adding an onValueChanged
event to the variable.
When you use an onValueChanged
event to trigger an action chain, the trigger has the payload of the variable's old and new values. For example, let's say you changed an employee's Name property and reset the Employee; the framework sends an event that the Employee has changed, and as part of the payload, indicates that the name has changed.
To start an action chain when the value of a variable changes: