Learning level
68/100
Learning level
68/100
Product version
1.0.1
Guide status
Stable
Sections
3
Build conditional formulas with IF, AND, OR and NOT.
What this guide covers
Quick facts
IF evaluates a condition and returns the selected true/false branch. It requires at least a condition and a true value.
AND requires every condition to evaluate truthy, OR requires at least one, and NOT reverses the boolean interpretation.
The runtime interprets booleans, numbers and common text forms such as true/false when evaluating logical conditions.