insert_table_rows
Add multiple data rows to a table in n8n automation workflows. Specify table ID and row data as column-value pairs for structured data insertion.
Instructions
Insert rows into a data table. Each row is a dict of column_name: value. Requires write_mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_id | Yes | ||
| rows | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |