upsert_rows
Insert new rows or update existing rows in a Coda table using key columns to match records. Supports bulk operations for efficient data synchronization.
Instructions
Insert new rows or update existing rows in a table based on key columns - ideal for bulk operations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | ||
| table_id_or_name | Yes | ||
| rows_data | Yes | ||
| key_columns | No | ||
| disable_parsing | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_id | Yes | An arbitrary unique identifier for this request. | |
| added_row_ids | No | Row IDs for rows that will be added. Only applicable when keyColumns is not set or empty. |