Partly in an effort to help Peter add some traffic to the board, and partly because I am curious about the answer…
Will it ever be possible to add AND OR elements to the trigger? For instance, I would like to be able to only trigger an action if, for example, I am on a particular wi-fi network AND something else happens.
Not sure if this is technically feasible, but I think it would be a great feature.
There is no real plan to add “AND” triggers because you can generally just do:
Trigger <Trigger 1>
If <Trigger 2> Then
Do Everything
Adding “AND” to triggers would just add complexity for little benefit.
Will it ever be possible to add AND OR elements to the trigger? For instance, I would like to be able to only trigger an action if, for example, I am on a particular wi-fi network AND something else happens.
So make the trigger “something else happens” and test whether you’re on wireless.
Peter.