Views:

Description

Build an if statement.

Signature

if(expression, true, false)

Example

if([account.name] = 'North52', 'Great to be North52', 'Not North52')