MongoDB - Select collection
MongoDB - Select collection
Selects a collection inside a MongoDB database previously chosen with MongoDB: Select database. This action is required before finding, inserting, updating or deleting documents.
Options
Database
Reference to the MongoDB: Select database action used to reach the collection.
Collection Name
Name of the collection to select inside the MongoDB database.
Returns
This action has no direct returns. Its ID is used as a reference by the document operation actions.
Rules and Conditions
- The Database and Collection Name fields are required.
- The given collection must exist in the selected database.