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