IF

Conditional (If)

Syntax

IF(condition, a, b)

Example

if({{price}}>100, 'YES', 'NO')

Notes

If true return a, else return b