Help Centre › Functions & Formulas
This article describes the RPA Google Workspace connector function to rename a sheet tab.
For a full list of available functions, please read GOOGLE WORKSPACE functions.
Description
The Rename sheet tab function changes the title of an existing sheet tab in a Google Sheets spreadsheet.
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 |
| Sheet ID | Yes | Text | - | The numeric sheet ID to rename |
| New title | Yes | Text | - | The new title for the sheet tab |
Errors
- Sheet not found – no sheet exists with the given ID
- Duplicate title – a sheet with the new name already exists
Tips
- Sheet tab names must be unique within a spreadsheet
- Renaming a tab updates all A1 notation references that use the old name
Related functions
- Add sheet tab – Add a new tab
- Delete sheet tab – Delete a tab