Description
Build an iftrue statement. When the expression parameter evaluates to true the function will execute any number of actions. This makes it very similar to a SmartFlow() function which also can carry out multiple actions.
Signature
iftrue(expression, action1, action2, action3)
Example
iftrue([account.name] = 'North52', 'Great to be North52')