cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Group by to one object

chrisbodman
New Contributor II

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 1

ptaylor
Employee
Employee

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.