arango_insert
Insert a document into an ArangoDB collection. Provide the collection name and the document to insert; optionally specify a different database.
Instructions
Insert a document into a collection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection | Yes | ||
| document | Yes | ||
| database | No | Database override |