not detect changing of list variable
Posted: 03 Jan 2015 11:06
Hi.
When a global variable including list changes, the trigger "Global variable" is not triggered.
Is this in the specifications?
Example:
Flow 1:
Script: global_test = newList();
addElement(global_test, 'aa');
Flow2: Trigger: Global variables: global_test
↑not triggerd!
Thanks for your time
When a global variable including list changes, the trigger "Global variable" is not triggered.
Is this in the specifications?
Example:
Flow 1:
Script: global_test = newList();
addElement(global_test, 'aa');
Flow2: Trigger: Global variables: global_test
↑not triggerd!
Thanks for your time