AddDocument
Inserts a JSON document into a MongoDB collection without modification, preserving its original structure.
Input
| Name | Type | Description |
| Collection | String | The name of the MongoDB collection where the document will be inserted. |
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. |