Skip to main content

MongoDB Configuration

MongoDB is a popular NoSQL database that is used in many applications. You can use MongoDB as a data source in your workflows. To use MongoDB as a data source, you need to configure the MongoDB connection in the workflow.

Configurations

PropertyDescriptionRequiredDefault
NameThe name of the MongoDB Connection.Yes
DatabaseThe name of the database to be used.Yes
Configuration TypeThe type of configuration to be used.Yes
Connection StringThe connection string to be used for the MongoDB Connection.Yes, if Configuration Type is Connection String
HostThe host to be used for the MongoDB Connection.Yes, if Configuration Type is Values
PortThe port to be used for the MongoDB Connection.Yes, if Configuration Type is Values
UsernameThe username to be used for the MongoDB Connection.Yes, if Configuration Type is Values
PasswordThe password to be used for the MongoDB Connection.Yes, if Configuration Type is Values