Phone cell GSM condition
Posted: 26 Apr 2015 10:28
Hi,
I'm trying to collect unassigned CIDs to a global variable WorkCIDs but encounter a problem with the following flow:
-trigger: Periodic Timer
-condition: Phone Cell GSM: Connected to CIDs {global_WorkCIDs}
-->false: -condition: Expression: containsElement(global_WorkCIDs, cid)
-->false: -action: Script: addElement(global_WorkCIDs, cid)
-->true: -action: Notification on Statusbar: Something is wrooooong
The 1st condition evaluates to false even though the current cell is on the list (the 2nd condition evaluates to true...) - what's going on here or am I doing something wrong?
With Phone Cell GSM condition I'm using Classic method as Modern just returns a null cid. Screen is on all the time. Happens when I use a trigger or just execute the flow manually.
Any help would be appreciated
I'm trying to collect unassigned CIDs to a global variable WorkCIDs but encounter a problem with the following flow:
-trigger: Periodic Timer
-condition: Phone Cell GSM: Connected to CIDs {global_WorkCIDs}
-->false: -condition: Expression: containsElement(global_WorkCIDs, cid)
-->false: -action: Script: addElement(global_WorkCIDs, cid)
-->true: -action: Notification on Statusbar: Something is wrooooong
The 1st condition evaluates to false even though the current cell is on the list (the 2nd condition evaluates to true...) - what's going on here or am I doing something wrong?
With Phone Cell GSM condition I'm using Classic method as Modern just returns a null cid. Screen is on all the time. Happens when I use a trigger or just execute the flow manually.
Any help would be appreciated