docs_insert_table
Insert an empty table at the end of a Google Doc by providing the document ID, row count, and column count.
Instructions
Insert an empty table at the end of a Google Doc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | Yes | Number of rows. | |
| account | Yes | Account id. | |
| columns | Yes | Number of columns. | |
| document_id | Yes | Google Docs document ID. |