GOOGLE WORKSPACE Get metadata function

The GOOGLE WORKSPACE Get metadata function in RPA.

Help CentreFunctions & Formulas

This article describes the RPA Google Workspace connector function to get spreadsheet metadata.

For a full list of available functions, please read GOOGLE WORKSPACE functions.


Description

The Get metadata function retrieves metadata about a Google Sheets spreadsheet, including its title, locale, time zone, and a list of all sheet tabs with their IDs and titles.


Input parameters

ParameterRequiredTypeDefaultDescription
ConnectorYesSelect-Select the Google Workspace connector to use
Spreadsheet IDYesText-Google Sheets spreadsheet ID
VariableYesText-Variable to store the metadata

Output variables

VariableTypeDescription
VariableObjectObject containing title, locale, timeZone, and sheets array with sheetId and title for each tab

Errors

  • Spreadsheet not found – the spreadsheet ID is invalid or you lack access

Tips

  • Use this to discover sheet tab names before reading or writing data
  • The sheetId (numeric) is required for operations like Delete sheet tab

Related functions

  • Open spreadsheet – Open a spreadsheet connection
  • Add sheet tab – Add a new tab

See it working on your own data

Everything documented here ships with the platform – try the document tools free, or go live in 7 days.