Insert data table rows
n8n_insert_datatable_rowsInsert rows into a data table by providing an array of row objects with column names as keys.
Instructions
Insert one or more rows. Each row is an object with column names as keys.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataTableId | Yes | Data table ID | |
| data | Yes | Array of row objects | |
| returnType | No | count (default), id or all |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||