Help Centre › Functions & Formulas
This article describes the RPA Google Workspace connector function to insert a table onto a slide in a Google Slides presentation.
For a full list of available functions, please read GOOGLE WORKSPACE functions.
Description
The Insert table function places a table with the specified number of rows and columns onto a slide. The table cells can then be populated with text.
Input parameters
| Parameter | Required | Type | Default | Description |
|---|---|---|---|---|
| Connector | Yes | Select | - | Select the Google Workspace connector to use |
| Presentation ID | Yes | Text | - | Google Slides presentation ID |
| Slide ID | Yes | Text | - | The object ID of the target slide |
| Rows | Yes | Number | - | Number of rows |
| Columns | Yes | Number | - | Number of columns |
| Variable | Yes | Text | - | Variable to store the result |
Output variables
| Variable | Type | Description |
|---|---|---|
| Variable | Object | Object containing the table objectId and cell objectIds |
Errors
- Slide not found – no slide exists with the given object ID
Tips
- Use Insert text with cell object IDs to populate table cells
- Tables are automatically sized to fit the slide
Related functions
- Insert text – Add text to table cells
- Insert shape – Insert a shape