Conditions
Why are some triggers/actions not available inside OR, AND, and IF conditions?
In Automate, OR, AND, and IF are condition nodes that continuously check current data while an automation is running. These nodes are designed for logic where Automate keeps evaluating whether something has become true or false over time. Some ...
How is the ANY node different from the OR condition?
Both ANY and OR are used in FYERS Automate when you want your automation to react to multiple conditions, but they behave differently once a condition becomes true. Use OR when different conditions can lead to the same next step. Use ANY when ...
What is the ANY node, and how does it route to different branches based on which condition turns true?
The IF condition in FYERS Automate is used to make a decision based on whether a condition is true or false. It helps your automation choose what to do next depending on the result of a check. Unlike OR or AND, which only decide when to move forward, ...
How does the IF node split the workflow into True and False paths?
The IF condition in FYERS Automate is used to make a decision based on whether a condition is true or false. It helps your automation choose what to do next depending on the result of a check. Unlike OR or AND, which only decide when to move forward, ...
When should I use AND, and how does it require all conditions to be true?
When you use an AND condition in FYERS Automate, you are telling the system that all added conditions must be true before the automation can move forward. When you click “Click here to add nodes” inside an AND block, Automate shows you the list of ...
When should I use OR, and how does it evaluate multiple conditions?
OR is a Condition type in FYERS Automate that allows your automation to move forward when at least one of the added conditions becomes true. You should use OR when you want your strategy to react to multiple possible scenarios, but it is enough for ...