Tool to insert a table into a Google Document. Use when you need to add a new table at a specific location or at the end of a segment (like document body, header, or footer) in a document.
rowsRequiredintegerThe number of rows in the table.
indexintegerThe zero-based index where the table will be inserted, in UTF-16 code units. IMPORTANT: The index must be strictly less than the segment's end index (you cannot insert at the exact end position using an index). To insert at the end of a segment, omit this parameter and set 'inse…
tabIdstringThe tab that the location is in. When omitted, the request is applied to the first tab.
columnsRequiredintegerThe number of columns in the table.
segmentIdstringThe ID of the header, footer or footnote the location is in. An empty segment ID signifies the document's body.
documentIdRequiredstringThe ID of the document to update.
insertAtEndOfSegmentbooleanIf true, inserts the table at the end of the segment (document body, header, or footer specified by segment_id). This is the recommended way to append content to the end of a segment, as using an index equal to the segment's end position will fail. If false or omitted, and 'inde…
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.