IF (If ... then ... condition)
Please read the Material Usage Rules on this site.
🔗 Original page — Source of this material
Description
The "IF" block is one of the core logic actions used in ZennoPoster. It operates using JavaScript's if logic.
The "IF" action compares values and, depending on whether they meet the condition or not, continues along the “green” or “red” branch. Logical operators are used for comparison. In the simplest form, the if operator compares two values, and if the condition is true, the block takes the value True (goes down the green branch); if not, then False (goes down the red branch).
The action’s properties represent an input field where you can insert ❗→ project variables,