n8n
n8n copied to clipboard
🐞MongoDb: Fix to ensure all items get processed in all operations
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.