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, the IF condition decides which path the automation should take.
An IF condition evaluates a single rule, such as a portfolio check or any other condition node. When the rule is evaluated, the result is either true or false.
Based on this result, the automation continues along one of two paths:
Every IF block shows two output dots at the bottom:
You can connect different actions or condition blocks to each dot, allowing the automation to behave differently based on the result.
Suppose you add a portfolio check inside an IF condition.
• If the check result is true, the automation follows the true (green/blue) path and continues with the actions connected there.
• If the check result is false, the automation follows the false (red) path and executes the actions connected to that side instead.
This allows you to build logic like: “If this condition is met, do this. Otherwise, do something else.”
Last updated: 22 Dec 2025