Mongo DB
Retrieve data from MongoDB
Description

The MongoDB node lets you execute a range of operations on your MongoDB.
Properties
The Mongo DB Node has a few properties that you need to set:
Operation
You can execute the following MongoDB operations. You find more details on the operations in the MongoDB documentation:
Context Store
This Mode executes the configured operation on the database. The query response from the database will be stored in the Context. Specify the store location here.
Cache Expiry
Set the number of seconds before cached results expire (default: 0 = don't cache)
Use Operators
If enabled, then you can use operators like $push in the update query. If not, then we will automatically $set everything that you write in the update query into the database.
Only available for Update One and Update Many queries
The "Use Operators" option is only available for the Update One and Update Many queries
Updated over 3 years ago