Fields
Pattern
Required. Dot-notated path to the array of items to group, e.g.products.*. Must include * to iterate over items.
Path
Required. Dot-notated path within each item to the value to group by, e.g.category. Items with the same value at this path are grouped together.
Destination
Required. Dot-notated path where the grouped result is written, e.g.grouped.
Sample data
Pattern:products.*
Path: category
Destination: grouped
Input: