List Collection Names
- 30 Jan 2025
- 1 Minute to read
- Print
- DarkLight
List Collection Names
- Updated on 30 Jan 2025
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Step Details | |
Introduced in Version | 5.13 |
Last Modified in Version | 5.13 |
Location | Integration > MongoDB > Advanced |
This Step retrieves a list of all collections from a specified Database.
Prerequisites
- Install the MongoDB Module.
- For v9 Users: Add a Project Dependency once the MongoDB Module is installed.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Connection String | Allows Users to specify a Connection String. | String |
Database Name | Allows Users to specify a Database Name. | String |
Outputs
Property | Description | Data Type |
---|---|---|
Collection Names | This Output returns a list of all collections from a specified Database. | List of String |
Related Information
Was this article helpful?