Global variable is not updated
Posted: 17 Sep 2013 13:40
I have a problem with a global variable. Instead of storing the value of the current cell ID it stores null.
The attached flow is executed every 5 minutes from another flow with a timer. With on-screen notifications I have verified that the "cid" variable from the phone GSM trigger has valid cell IDs.
But the assignment to "global_CellID" simply does not work, instead of the cell ID null is stored.
If I use an on-screen notification to display the contents of global_CellID after the assignment null is displayed.
In the global variable list the value is also shown as null.
What is wrong?
The attached flow is executed every 5 minutes from another flow with a timer. With on-screen notifications I have verified that the "cid" variable from the phone GSM trigger has valid cell IDs.
But the assignment to "global_CellID" simply does not work, instead of the cell ID null is stored.
If I use an on-screen notification to display the contents of global_CellID after the assignment null is displayed.
In the global variable list the value is also shown as null.
What is wrong?