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!!
Periodic location flow
Moderator: Martin
Re: Periodic location flow
> 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'.
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
Thanks.
I`ll try. But I`m so noob that your explanation is too tecnic for my level.
I`ll try. But I`m so noob that your explanation is too tecnic for my level.