Equals

Outputs True/False depending on if both values equal each other.

SYNTAX
{{eq 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:

{{eq Contact.FirstName “customer”}}

A. Contact’s FirstName field equals customer

True

B. Contact’s FirstName field is not equal customer

False
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us