update_table_cell
Replace the text content of a specific cell within a Notion table row using its row ID, cell index, and new plain text.
Instructions
Replace the text of a single cell in a table row.
Args: row_id: The table_row block ID. cell_index: Zero-based index of the cell within the row. new_text: New plain-text content for the cell. Overwrites all existing rich text segments in that cell.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| row_id | Yes | ||
| cell_index | Yes | ||
| new_text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |