Page 1 of 1

two triggers at the same time (and)

Posted: 15 Feb 2014 12:54
by holymoz
hi, it's possible to trigger an action only when two triggers are executed at the same time? actually multiple triggers are executed singly (or), I need that the action is executed only when both two triggers are satisfied (and), thanks

Re: two triggers at the same time (and)

Posted: 15 Feb 2014 15:13
by Martin
Hi,

Conceptually triggers in Automagic represent events that happen at a certain point in time. Triggers are not conditions or states that will be true for a longer period of time.
You can use a condition in a flow to make additional checks. To add a condition, drag the (+)-icon to a free area, select Condition, New... and select a condition type.

Regards,
Martin

Re: two triggers at the same time (and)

Posted: 15 Feb 2014 15:18
by MURTUMA
This has been discussed multiple times before. The triggers follow always OR-logic and it's not going to change.

Depending on what you're trying to achieve, most of the time it's possible to circumvent this with right conditions after the trigger. If you need any help with that, just ask and we'll surely help you out.

Re: two triggers at the same time (and)

Posted: 15 Feb 2014 17:26
by holymoz
ok thanks, I will try some ideas