Forum Discussion
Where you are responding to an Ultra request and there may be many documents which you need to aggregate into a single document for response, the method you use is to pass the inbound request to a child pipeline (using pipeline execute), and in the child, use a Group By N snap at the end to aggregate the responses into a single document, which when passed to the parent, can be sent as the response to the Ultra request.