How do I best add a OR-like condition to GPS locations?
I would preferably have the condition be true if I am in any of a set of defined "trusted" locations.
The location condition only accepts a single one... what is the best / most elegant way to define this condition?
Conditions and Logic
Moderator: Martin
Re: Conditions and Logic
http://automagic4android.com/flow.php?i ... d403bf6d15
You can add there as many locations as you need.
You can add there as many locations as you need.
Re: Conditions and Logic
Cool thanks,
starts to get a bit cluttered if I have many locations... the flow-lines all lie on the same lines.
Was hoping there was a AND type of logic "combiner" or a way for the location condition to specify multiple zones... alas.
PS: The one good thing of doing it this way is that I have a re-usable condition for each one of my GPS locations for re-use individually.
starts to get a bit cluttered if I have many locations... the flow-lines all lie on the same lines.
Was hoping there was a AND type of logic "combiner" or a way for the location condition to specify multiple zones... alas.
PS: The one good thing of doing it this way is that I have a re-usable condition for each one of my GPS locations for re-use individually.