AddDocument
Inserts a JSON document into a MongoDB collection without modification, preserving its original structure.
Input
| Name | Type | Accepts Input Streams | Description |
| Collection | String | False | The name of the MongoDB collection where the document will be inserted. |
| Document | String | True | The JSON-formatted document to be added to the specified MongoDB collection. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the insertion was successful. Returns 'true' if the operation completed without errors; otherwise, an exception is returned. |