n8n icon indicating copy to clipboard operation
n8n copied to clipboard

🐞MongoDb: Fix to ensure all items get processed in all operations

Open drudge opened this issue 2 years ago • 0 comments

This PR iterates through items in the aggregate, delete, and find operations to ensure all input documents are processed. 

Currently, these operations will only run for the first document. The insert and update operations already process all items.

drudge avatar Jul 30 '22 18:07 drudge