Rename Sheet changes the names of existing sheet tabs in Google Spreadsheets. Essential for updating sheet names to reflect current data, standardizing naming conventions, or organizing your spreadsheet structure.

Inputs

FieldTypeRequiredDescription
Spreadsheet URL/IDTextYesGoogle Sheets document link or ID containing the sheet to rename
Current Sheet NameTextYesCurrent name of the sheet/tab to be renamed
New Sheet NameTextYesNew name for the sheet/tab

Outputs

OutputTypeDescription
Sheet IDNumberUnique identifier of the renamed sheet
Old Sheet NameTextPrevious name of the sheet (before renaming)
New Sheet NameTextCurrent name of the sheet (after renaming)
Spreadsheet IDTextID of the parent spreadsheet containing the renamed sheet

Credits

This node consumes 1 credit per execution.

How It Works

This node connects to your Google Spreadsheet and changes the name of the specified sheet tab from the current name to your new desired name. All data within the sheet remains unchanged - only the tab name is updated.

Naming Guidelines

Best Practices:
  • Use descriptive names that clearly identify the sheet content
  • Follow consistent naming conventions across your spreadsheet
  • Include dates or version numbers for time-based data
  • Avoid special characters that might cause compatibility issues

Configuration Examples

Update Report Names with Current Date

Scenario: Rename sheets to include current month for better organization Configuration:
  • Spreadsheet URL/ID: 1BxiMVs0XRA5nFMdKvBdBZjgmUUqptlbs74OgvE2upms
  • Current Sheet Name: Monthly_Report
  • New Sheet Name: Monthly_Report_{{current_month}}_{{current_year}}
Result: Changes “Monthly_Report” to “Monthly_Report_January_2024”

Standardize Sheet Names

Scenario: Update sheet names to follow company naming conventions Configuration:
  • Spreadsheet URL/ID: 1BxiMVs0XRA5nFMdKvBdBZjgmUUqptlbs74OgvE2upms
  • Current Sheet Name: Q1 sales data
  • New Sheet Name: Sales_Data_Q1_2024
Result: Changes “Q1 sales data” to “Sales_Data_Q1_2024”

Dynamic Campaign Renaming

Scenario: Update sheet names based on campaign performance status Configuration:
  • Spreadsheet URL/ID: 1BxiMVs0XRA5nFMdKvBdBZjgmUUqptlbs74OgvE2upms
  • Current Sheet Name: {{campaign_name}}
  • New Sheet Name: {{campaign_name}}_{{status}}_{{end_date}}
Result: Changes “Summer_Sale” to “Summer_Sale_Completed_2024-01-31”

Common Use Cases

Data Organization

  • Version Control: Add version numbers or dates to sheet names
  • Status Updates: Include current status in sheet names (Active, Archive, Complete)
  • Category Sorting: Prefix sheet names with categories for better organization

Workflow Management

  • Process Tracking: Update names to reflect processing stages
  • Archive Management: Rename sheets when moving to archive status
  • Template Updating: Standardize names across multiple spreadsheets

Reporting

  • Date Stamping: Add current dates to report sheet names
  • Period Updates: Change names to reflect new reporting periods
  • Client Organization: Include client names or project codes in sheet names

Troubleshooting

Name Conflicts:
  • Add timestamps or unique identifiers to ensure uniqueness
  • Check for hidden or special characters in existing names
  • Use the list sheets functionality to see all current names
Reference Updates:
  • Update any workflows that reference the old sheet name
  • Check formulas in other sheets that might reference the renamed sheet
  • Update any external links or references to the sheet
Rollback Procedures:
  • Keep track of old names for potential rollback
  • Consider testing rename operations in non-production environments first
  • Have a plan for updating dependent systems