insertOne
Insert a single document into a MongoDB collection, with automatic field validation and ObjectId conversion.
Instructions
Insert a single document into a MongoDB collection
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document | Yes | Document to insert | |
| collection | Yes | Collection name |