Replace Documents
- 30 Jan 2025
- 1 Minute to read
- Print
- DarkLight
Replace 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 | 8.16 |
Last Modified in Version | 8.16 |
Location | Integration > MongoDB |
This step enables Users to replace a list of documents with another list of documents
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 |
Insert Document if ID Not Found | When this setting is checked, a document will automatically be inserted if the specified Document ID is not found. | N/A |
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 |
Documents | Allows Users to specify a list of Documents | List of ReplaceDocumentItem |
Related Information
Was this article helpful?