Help Centre › Functions & Formulas
This article describes the RPA Google Workspace connector function to add a new sheet tab.
For a full list of available functions, please read GOOGLE WORKSPACE functions.
Description
The Add sheet tab function adds a new sheet tab to an existing Google Sheets spreadsheet with the specified title.
Input parameters
| Parameter | Required | Type | Default | Description |
|---|---|---|---|---|
| Connector | Yes | Select | - | Select the Google Workspace connector to use |
| Spreadsheet ID | Yes | Text | - | Google Sheets spreadsheet ID |
| Title | Yes | Text | - | Title for the new sheet tab |
| Variable | Yes | Text | - | Variable to store the result |
Output variables
| Variable | Type | Description |
|---|---|---|
| Variable | Object | Object containing the new sheetId and title |
Errors
- Duplicate title – a sheet tab with this name already exists
- Spreadsheet not found – the spreadsheet ID is invalid
Tips
- Sheet tab names must be unique within a spreadsheet
- Use the returned sheetId for subsequent operations on the new tab
Related functions
- Delete sheet tab – Delete a sheet tab
- Rename sheet tab – Rename a sheet tab