Periodic location flow

Post your questions and help other users.

Moderator: Martin

Post Reply
StrayCat
Posts: 31
Joined: 21 Nov 2013 12:51
Location: Ponferrada, Spain

Periodic location flow

Post by StrayCat » 21 Nov 2013 16:47

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!!

squan
Posts: 5
Joined: 18 Nov 2013 21:14

Re: Periodic location flow

Post by squan » 22 Nov 2013 19:08

> 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'.

StrayCat
Posts: 31
Joined: 21 Nov 2013 12:51
Location: Ponferrada, Spain

Re: Periodic location flow

Post by StrayCat » 23 Nov 2013 11:35

Thanks.

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

Post Reply