Evaluates a boolean expression and returns the output if true
Syntax
<<[Condition:Expression:Output]>> Server
Expression Required
Boolean expression e.g. '<<Option>>' == 'A'
Output Required
Text and <<tags>> e.g. Option A
Examples
Function | Result |
---|---|
<<[Condition:'<<Option>>' == 'A':Option A]>> | Option A |
<<<[Condition:<<[All:Contact{'<<Type>>' == 'Primary'}]>>:All contacts are primary]>>> | All contacts are primary |