Forum Discussion
Hi Aditya,
You can use the “tail” snap to limit document passthrough. It will only output 1 document, no matter how many input documents it receives. You might need this in multiple places. I think this will fix your problem.
If you need the 100 documents combined into 1 single document, you might want to check out the “aggregate” snap.
aditya_sharma
8 years agoNew Contributor III
Thanks, using tail snap it worked fine. I didn’t tried the aggregate or group by n, but i am sure using these snap will also work.