Rename Sheet
Description
This activity renames an existing sheet with a new name specified.
note
This activity works only inside Google Context activity.
Properties
Location
- Spreadsheet Path / Id - Specify the relative spreadsheet path or Id inside Google Drive.
- Sheet Name - Specify the name of the sheet which you want to rename.
or
- Sheet Index - Specify the zero-based index you want to rename.
- New Sheet Name - Specify the new name for the sheet.
Misc
- DisplayName – Add a display name to your activity.
- Private – Logs the variable and argument values at the Verbose level when unchecked.
Optional
- Continue On Error – Specifies if the automation should continue even when the Activity throws an error. This field only supports Boolean values (True, False). The default value is False.
note
Catches no error if this Activity is present inside the Try-Catch block and the value of this property is True.
Output
- Sheet - Returns the metadata of the sheet of type SheetProperties.
Example
Download Example