Documentation Index

Fetch the complete documentation index at: https://documentation.decisions.com/llms.txt

Use this file to discover all available pages before exploring further.

Have Questions?  Need Expert Answers?  JOIN LUNCH N' LEARNS!

Fetch Documents

Prev Next
Step Details
Introduced in Version5.13
Last Modified in Version7.3
LocationIntegration > 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

PropertyDescriptionData Type
Collection NameAllows Users to specify a Collection NameString
Connection StringAllows Users to specify a Connection String. String
Database NameAllows Users to specify a Database Name. String

Outputs

PropertyDescriptionData Type
DocumentsThis Output returns a list of Documents after specifying a Document and Fetch Criteria. List of String



Step Changes

DescriptionVersionRelease DateDeveloper Task
Resolved issue that caused the Mongo DB Fetch Document Step Outcomes not Following the Correct Paths7.3May 2021[DT-028200]
Related Information