Forum Discussion

chrisbodman's avatar
chrisbodman
New Contributor II
5 years ago

Group by to one object

Hi Everyone,

I have a group by field that’s working as expected. What I need to do next is iterate through the rows combing them into one document. For example.

Customer
1
2
3

Orders
Customer Order Item
1 1 Dog
2 2 Cat
1 3 Fish

Customer Orders
1 Dog
3 Fish

1 Reply

  • Hi Chris,

    Can you please post the input JSON and the desired output JSON, using the Preformatted Text option (icon looks like </>) to paste each JSON block? That would make it much easier to understand exactly what you’re trying to do.