Skip to main content

Array Mappings

When the source or target field is an array, the data mapper offers dedicated options for the array shape you need. The available choices depend on whether the mapping is array-to-array or array-to-single-value.

TopicDescription
Array to arrayMap each element, assign as is, nested iterate, or join two arrays on a condition.
Array to single valueExtract a single element, or aggregate the array into one value.

What's next