docs_insert_table_row
Insert a new row into an existing table in a Google Doc. Provide the document ID, table start index, and row index to place the row above or below the specified position.
Instructions
Insert a row into an existing table. table_start_index is the table's character startIndex.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| row_index | Yes | ||
| document_id | Yes | ||
| insert_below | No | ||
| table_start_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |