IIf
The ‘IIf()’ function returns one of two values as a result of a condition. If is a shorthand form of the If function. IIF stands for ‘Immediate If’.
Can be used in: mailing text, actions
Syntax |
IIf(Expression, YesValue, NoValue) |
---|---|
Result |
Result of the Yes or No value, type: depends on the Yes and No values |
Parameter
|
|

IIf(email ENDS_WITH ".de", "Email ends with .de", "Email does not end with .de")
Related topics