Skip to main content
The “Group records” transformers groups entities from a list based on a value of a property of the entities in the list. For example, a list of products that have a property called “parent_sku”, can be grouped into an object. The object will contain keys for each unique parent_sku. The value will be an list of entities with the parent_sku.

Fields

Pattern

A required field. A pattern to the list that needs to be grouped

Path

A required field. The name of the property that will be used to group the items in the list.

Destination

A required field. A pattern where to set the result of the group action.