| 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
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] |