create_rows
Insert rows into a Databar table (max 100). Auto-create new text columns when adding data with unknown column names.
Instructions
Insert new rows into a table (max 100 per request). To add new columns to an existing table, set options.allow_new_columns to true — any column name in fields that does not exist yet will be auto-created as a text column.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_uuid | Yes | The UUID of the table | |
| rows | Yes | Array of rows to insert (max 100). Each row has a fields object keyed by column name. | |
| options | No |