Page 1 of 1

Periodic location flow

Posted: 21 Nov 2013 16:47
by StrayCat
Hi all.

I would need a flow to update phone location on a given interval time to be called from another flow.

How could this be done from both flows' side.

Thanks in advance.

Saluti a tutti!!

Re: Periodic location flow

Posted: 22 Nov 2013 19:08
by squan
> I would need a flow to update phone location on a given interval time to be called from another flow.

In the flow to be called i would
1) put an action of type 'script' with a single pause statement
2) put a condition of type 'location' (with any parameters) just to facilitate setting the location variable
3) enable the "pass variables to calling script" option

Then in the calling flow the location should be available be evaluating {location} in an condition of type 'expression'.

Re: Periodic location flow

Posted: 23 Nov 2013 11:35
by StrayCat
Thanks.

I`ll try. But I`m so noob that your explanation is too tecnic for my level.