create_row
Create a row in a Baserow table by supplying field values as a JSON object with human-readable field names.
Instructions
Create a new row in a table. Provide field values as a JSON object with field names as keys. Uses human-readable field names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Field values as key-value pairs. Keys are field names (when using user_field_names=true). Example: {"Name": "Alice", "Email": "alice@example.com"} | |
| table_id | Yes | The table ID to create the row in. |