Multiple Triggers

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.

I feel like a bit of a clot at this point - I had totally overlooked the “If Then Else” action.

That should do the trick - thanks for the advice.