tracecat_batch_insert_rows
Insert multiple rows into a table at once. Each row is a flat object with keys matching column names.
Instructions
Insert multiple rows into a table at once. Each row is a flat object with keys matching column names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_id | Yes | Table ID | |
| rows | Yes | Array of row objects (flat, keys = column names) |