Basics: Data Types: Enum (Fixed)

Predefined fixed list of valid values. For example, valid discount code types are:

  • Fixed Amount
  • Percentage
  • Shipping


Operators

Smart Tag supports the following operators for fields and values that are of Enum (Fixed) type.


is equal to

Returns true if field value is equal to the input value.


is not equal to

Evaluates to true if field value is not equal to to the input value.