create_records
Insert one or more records into a NocoDB table. Accepts a single record or a list of records for batch creation.
Instructions
Create one or more records in a table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| records | Yes | Single field-map (field name -> value, using field names from get_table_schema) to create one record, or a list of field-maps to batch-create. | |
| table_id | Yes |