tracecat_insert_row
Insert a new row into a specified table with key-value pairs matching existing column names.
Instructions
Insert a new row into a table. Data keys must match existing column names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_id | Yes | Table ID | |
| data | Yes | Row data as key-value pairs matching column names |