GOOGLE WORKSPACE Insert table function

The GOOGLE WORKSPACE Insert table (Docs) function in RPA.

Help CentreFunctions & Formulas

This article describes the RPA Google Workspace connector function to insert a table into a Google Docs document.

For a full list of available functions, please read GOOGLE WORKSPACE functions.


Description

The Insert table function inserts a table with the specified number of rows and columns at a given index position in a Google Docs document.


Input parameters

ParameterRequiredTypeDefaultDescription
ConnectorYesSelect-Select the Google Workspace connector to use
Document IDYesText-Google Docs document ID
IndexYesNumber-The index position to insert the table
RowsYesNumber-Number of rows
ColumnsYesNumber-Number of columns

Errors

  • Document not found – the document ID is invalid or you lack access
  • Invalid index – the index is outside the document bounds

Tips

  • After inserting, use Insert text with cell-specific indices to populate table cells
  • Use Get content to find the table cell indices after insertion

Related functions

  • Insert text – Add text to table cells
  • Get content – Get document structure including tables

See it working on your own data

Everything documented here ships with the platform – try the document tools free, or go live in 7 days.