Fetch Documents
- 30 Jan 2025
- 1 Minute to read
- Print
- DarkLight
Fetch Documents
- 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 | 7.3 |
Location | Integration > MongoDB |
This Step fetches a list of Documents based on filters specified by the User. This process enables Users to filter based on a field within a document, a field in a nested document, or by combining filters with AND/OR statements.
Prerequisites
- Install the MongoDB Module.
- For v9 Users: Add a Project Dependency once the MongoDB Module is installed.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Collection Name | Allows Users to specify a Collection Name | String |
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 |
---|---|---|
Documents | This Output returns a list of Documents after specifying a Document and Fetch Criteria. | List of String |
Step Changes
Description | Version | Release Date | Developer Task |
---|---|---|---|
Resolved issue that caused the Mongo DB Fetch Document Step Outcomes not Following the Correct Paths | 7.3 | May 2021 | [DT-028200] |
Related Information
Was this article helpful?