8 hours ago
I have a simple pipeline that gets called through a trigger that takes multiple documents and calls a child pipeline through a pipeline execution snap. The child pipeline returns if the processing of the document is successful or not. I would like to be able to collect these responses and have that be part of the return value to the application that is calling that trigger. I only seem to be getting the return value of the first document and not the rest of the documents although they are being processed. Any ideas on how to collect the return values?
Parent Pipeline
Child Pipeline
8 hours ago
Try adding a json formatter snap after the pipe exec