Hello,
is it possible to get cell info at any particular point in time during a flow execution?
I know we can do that if our flow was triggered by "Phone Cell GSM" trigger but is it possible to get the same info without using that trigger?
(the reason why is because I'm using "Phone Service State" trigger and want to capture some technical information when my phone lose connectivity to cellular network)
Thanks.
Cell info - how to get?
Moderator: Martin
Re: Cell info - how to get?
Hi,
You can use a condition Phone Cell GSM in a flow to initialize the variables. Leave the LAC list and the CID list empty and continue the flow on the false-branch of the condition.
Regards,
Martin
You can use a condition Phone Cell GSM in a flow to initialize the variables. Leave the LAC list and the CID list empty and continue the flow on the false-branch of the condition.
Regards,
Martin
Re: Cell info - how to get?
Thank you Martin, really appreciate your help!