List section-overview
The ‘List’ functions in Adobe Journey Optimizer empower you to manipulate and refine data within your workflows, making it easier to organize, filter, and analyze lists to achieve your specific goals. Whether you need to deduplicate entries, retrieve specific items, or sort and format data, these tools offer a range of capabilities designed to streamline your journey-building process. Each function, such as ‘distinct’, ‘filter’, and ‘sort’, serves a distinct purpose, and together they provide a cohesive toolkit for working with structured data. Dive in to explore practical examples and discover how these functions can simplify complex operations in your journeys.
List Functions in Adobe Journey Optimizer
Using the ‘distinct’ Function in Adobe Journey Optimizer
Learn how to use the ‘distinct’ function to deduplicate lists by returning unique values or objects, ignoring null entries.
distinctWithNull Function - Adobe Journey Optimizer
Understand how to use ‘distinctWithNull’ to retrieve distinct values or objects from a list, while including null entries.
Using the ‘filter’ Function in Adobe Journey Optimizer
Discover how to apply filters to lists of objects based on specific key values using the ‘filter’ function.
Using the getListItem Function in Adobe Journey Optimizer
Learn how to retrieve an item from a list at a specific index using the ‘getListItem’ function.
Using the ‘in’ Function in Adobe Journey Optimizer
Find out how to check if a value exists in a list using the ‘in’ function.
Intersect Function in Adobe Journey Optimizer
Understand how the ‘intersect’ function retrieves common values between two input lists.
Additional Resources
- Using the
limit
Function in Adobe Journey Optimizer - Learn how to limit a list to the first or last N elements using the ‘limit’ function. - listSize Function Reference - Discover how to count the number of elements in a list using the ‘listSize’ function.
- serializeList Function in Adobe Journey Optimizer - Convert lists into strings with customizable formatting using the ‘serializeList’ function.
- Sort Function in Adobe Journey Optimizer - Learn how to sort lists of values or objects in natural order using the ‘sort’ function.