To learn about how to create the custom fields, search for the video "How to Create Custom Fields".
= equals → Checks if the attribute value exactly matches the given value.
≠ isn't equal → Validates if the attribute value is different from the given value.
contains → Ensures the attribute value includes the specified text.
doesn't contain → Ensures the attribute value does not include the specified text.
starts with → Checks if the attribute value begins with the given text.
ends with → Checks if the attribute value ends with the given text.
is empty → Evaluates if the attribute field has no value.
< is less than → Compares numeric values to check if they are smaller than the given value.
> is greater than → Compares numeric values to check if they are larger than the given value.