hi i have an issue in rule engine how to set tow trigger to act together to proceed to next step not any of them
Hi @Ahmed_fakeer, you can use an If_condition
block as the first activity in the flow to check additional condition(s) and decide if the rule should execute any command or do nothing. See below for an example that I only want to play the music when the garage door is opened and I am at home, and it’s Friday. Please note that you can also change the If_condition's
logic between “AND” and “OR” so it can be flexible for different needs.
1 Like
thank you for your help