Learn about each condition available inside Condition Set 5.
For example, is greater than or equals 500
→ Matches customers who have spent 500 or more in total on previous purchases.
For example, contains @gmail.com
→ Matches any email address ending with “@gmail.com”.
For example, is empty
→ Matches when the email field is blank.
For example, has value of VIP
→ Matches customers who have the VIP tag.
For example, Has any of these values: VIP, VVIP
→ Matches customers who have either the “VIP” or “VVIP” tag.
For example,Namespace: profile
·Key: industry
·Has any of these values: Retail, Wholesale
→ Matches if the purchasing company’s metafield contains either “Retail” or “Wholesale”.
For example,Namespace: finance
·Key: annual_revenue
·Has number greater than or equal to 1000000
→ Matches if the purchasing company’s annual revenue is one million or more.
For example,Namespace: compliance
·Key: certifications
·Has number of values less than or equals 2
→ Matches if the company has two or fewer certifications.
For example,Namespace: address
·Key: country_code
·Does not have any of these values: US, CA
→ Matches if the purchasing company location is not in the United States or Canada.
For example,Namespace: logistics
·Key: warehouse_capacity
·Has number less than or equal to 5000
→ Matches if the purchasing company location’s warehouse capacity is 5,000 units or fewer.
For example,Namespace: services
·Key: supported_languages
·Has number of values greater than or equals 4
→ Matches if the location supports four or more languages.
For example, is greater than or equals 600
→ Matches orders with a total amount of 600 or more.
For example, is greater than or equals 699
→ Matches orders with a subtotal amount of 699 or more.
Example for “is multiple of”:
is multiple of 5
→ Matches orders with total quantities like 5, 10, 15, 20, etc.
Example for “is greater than or equals”:
is greater than or equals 3
→ Matches orders with 3 or more total items.
For example, is less than or equals 5 kg
→ Matches orders with a total weight of 5 kilograms or less.
For example, has value of NewArrival
→ Matches when the product tag is NewArrival.
For example, Does not have any of these values: summer, clearance
→ Matches if the Product Tag does not include “summer” or “clearance”.
For example, Has number of values less than or equals 4
→ Matches if there are four or fewer Product Tags.
For example, Has any of these values: Red, Blue
→ Matches if the Product Variant Option includes either “Red” or “Blue”.
For example, Has number of values greater than or equals 3
→ Matches if there are three or more Product Variant Options.
Example: is not: Pickup
→ Matches if the selected shipping type is anything other than “Pickup”, i-e it is “Ship”.
For example, Has any of these values: Express Delivery, Standard Shipping
→ Matches if at least one of the selected shipping methods is available.
For example, Has number of values greater than or equals 3
→ Matches if three or more shipping methods are available.
For example, Does not have any of these values: English, French
→ Matches if the field does not contain “English” or “French”.
For example, Does not have any other value besides these values: Pakistan
→ Matches if the field contains only “Pakistan” and no other markets.
For example, Does not contain: Test
→ Matches if the name does not contain “Test” anywhere.
For example, has only: english characters
→ Matches if the customer’s name contains english characters only.
For example, Has no of characters greater than or equals 10
→ Matches if the full name contains 10 or more characters.
For example, Is empty
→ Matches if the full name field is left blank.
For example, Is not: Jane
→ Matches if the first name is anything except “Jane”.
For example, has only: english characters
→ Matches if the first name contains english characters only.
For example, Has no of characters greater than or equals 5
→ Matches if the first name contains 5 or more characters.
For example, Is empty
→ Matches if the first name field is left blank.
For example, Is not: Smith
→ Matches if the last name is anything except “Smith”.
For example, Has only: English characters
→ Matches if the last name contains English characters only.
For example, Has no of characters greater than or equals 5
→ Matches if the last name contains 5 or more characters.
For example, Is empty
→ Matches if the last name field is left blank.
For example, Contains: Tech
→ Matches if the company name contains the word “Tech”.
For example, Has only: English characters
→ Matches if the company name contains English characters only.
For example, Has no of characters greater than or equals 10
→ Matches if the company name contains 10 or more characters.
For example, Is empty
→ Matches if the company name field is left blank.
For example, Contains: 123
→ Matches if the phone number contains “123” anywhere.
For example, Has no of digits greater than or equals 10
→ Matches if the phone number contains 10 or more digits.
For example, Is empty
→ Matches if the phone number field is left blank.
For example, Has any of these values: Lahore, Karachi
→ Matches if the field contains either “Lahore” or “Karachi”.
For example, Has number of digits greater than or equals 5
→ Matches if the field’s value has five or more digits.
For example, Is empty
→ Matches if no value is entered for the field.
For example, Does not have any other value besides these values: CA, TX
→ Matches if the field contains only “CA” or “TX” and no other values.
For example, Is not empty
→ Matches if any value is entered for the field.
For example, Does not have any other value besides these values: Portugal, Poland
→ Matches if the field contains only “Portugal” or “Poland” and no other countries.
For example, Has any of these values: BT*
→ Matches all zip/postal codes starting with “BT”.
Another example, Does not have any of these values: 12345, 67890
→ Matches if the code is not “12345” or “67890”.
For example, Has value in between these values: 10000 – 20000
→ Matches if the code is between “10000” and “20000”.
For example, Has only digits
→ Matches digits only (0–9).
For example, Has number of digits in between: 4 – 6
→ Matches codes that contain between 4 and 6 digits.
For example, Is not empty
→ Matches if any value is entered in the field