Get Raw Document by ID
- 30 Jan 2025
- 1 Minute to read
- Print
- DarkLight
Get Raw Document by ID
- 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 |
This Step fetches a single document after a User specifies a Document ID. The difference between this Step and Get Document ID is that it retrieves a string representation of what is in the Database instead of deserializing it into a chosen type.
Prerequisites
- Install the MongoDB Module.
- For v9 Users: Add a Project Dependency once the MongoDB Module is installed.
Properties
Settings
Property | Description | Data Type |
---|---|---|
Document Type | Allows Users to specify a Document Type | Varies |
Override Document ID Type | Allows Users to override the Document ID Type field and choose from a list of alternative Document ID types: String or Object ID, Integer (32 bits), Integer (64 bits), Float (Single), or Double. | Varies |
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 |
Document ID | Allows Users to specify a Document ID. | String |
Outputs
Property | Description | Data Type |
---|---|---|
Document | This Output returns a Document from a specified Document ID. | String |
Related Information
Was this article helpful?