append_table_row
Append a new row to a specified table in a document, optionally providing cell values. Useful for inserting data into existing document tables.
Instructions
Append a row to a table.
Args: table_index: Index of the table data: Optional list of cell values for the new row
Returns: Success or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| table_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |