Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Keep this in mind when you import recipients data via the Import Wizard or the API.

Handling arrays of values

If you save an array of values into a recipient field, you can match an element of the array by combining multiple conditions into your filters.

For example, let's say that in a recipient field called "Product_Purchased" you are saving IDs of recently purchased products (the data has been saved there via a data import, by leveraging an integration with another application, or by executing an API call).

Assume that you want to see if a product whose ID is "101" has been purchased. You would create a filter that contains the following conditions:

  • Product_Purchased equals to "101" OR
  • Product_Purchased starts with "101," OR
  • Product_Purchased contains (like) ",101," OR
  • Product_Purchased ends with ",101"

You can adjust the conditions above if you want to create a filter that looks to ensure that this product has not be purchased, or to cover other scenarios.

Related Topics

...