match trigger
Posted: 26 Sep 2014 13:24
can you add match for trigger?
example: trigger A AND trigger B is true, run action xx.
thx.
example: trigger A AND trigger B is true, run action xx.
thx.
Use both triggers in a flow and connect the rest of the flow to them with a matching condition for trigger A and a matching condition for trigger B. This should effectively work likes two triggers combined with "AND".ttydylcy wrote:can you add match for trigger?
example: trigger A AND trigger B is true, run action xx.
This is it. Probably, if you want to compare two (or more) states you have to create two (or more) global variables, one for each state, and do the comparison against the variables.kintrupf wrote:Use both triggers in a flow and connect the rest of the flow to them with a matching condition for trigger A and a matching condition for trigger B. This should effectively work likes two triggers combined with "AND".ttydylcy wrote:can you add match for trigger?
example: trigger A AND trigger B is true, run action xx.