add_row
Insert a single row into a specified table. For link and file/image columns, use the dedicated tools link_rows and upload_file instead. Use append_rows for multiple rows to avoid performance issues.
Instructions
Add a single row. For multiple rows, always use append_rows instead of calling add_row in a loop. Link and file/image columns cannot be set here — use link_rows and upload_file instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Target table name | |
| row | Yes | Row object (column -> value) |