Get Raw Document by ID
  • 30 Jan 2025
  • 1 Minute to read
  • Dark
    Light

Get Raw Document by ID

  • Dark
    Light

Article summary

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


Properties

Settings

PropertyDescriptionData Type
Document TypeAllows Users to specify a Document TypeVaries
Override Document ID TypeAllows 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 DoubleVaries 

Inputs

PropertyDescriptionData Type
Collection NameAllows Users to specify a Collection Name. String
Connection StringAllows Users to specify a Connection String. String
Database NameAllows Users to specify a Database Name. String
Document IDAllows Users to specify a Document ID. String

Outputs

PropertyDescriptionData Type
DocumentThis Output returns a Document from a specified Document ID. String


Related Information

MongoDB Module Overview


Was this article helpful?