Not equal
Outputs True/False depending on if both values equal each other.
SYNTAX
{{notEq data data2}}
PARAMETERS
Name | Type | Required | Description |
---|---|---|---|
Data | Text | Required | First set of data to be compared. |
Data2 | Text | Required | Second set of data to be compared. |
EXAMPLES
The examples below are based on the following sample content:
{{noteq Contact.FirstName “customer”}}
A. Contact’s FirstName field is not equal customer
True
B. Contact’s FirstName field equals customer
False