update_row
Modify an existing row within a Baserow table. Provide table ID, row ID, and field-value pairs to update specific record details.
Instructions
Update an existing row in a table. Provide the row ID and the field values to update.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Field values to update as key-value pairs. Example: {"Status": "Done"} | |
| row_id | Yes | The row ID to update. | |
| table_id | Yes | The table ID. |