GOOGLE WORKSPACE Create spreadsheet function

The GOOGLE WORKSPACE Create spreadsheet function in RPA.

Help CentreFunctions & Formulas

This article describes the RPA Google Workspace connector function to create a new Google Sheets spreadsheet.

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


Description

The Create spreadsheet function creates a new Google Sheets spreadsheet with the specified title. Returns the spreadsheet ID and URL of the newly created file.


Input parameters

ParameterRequiredTypeDefaultDescription
ConnectorYesSelect-Select the Google Workspace connector to use
TitleYesText-The title for the new spreadsheet
VariableYesText-Variable to store the result

Output variables

VariableTypeDescription
VariableObjectObject containing spreadsheetId, spreadsheetUrl, and title

Errors

  • Insufficient permissions – the app lacks spreadsheets scope
  • Quota exceeded – Google API rate limit reached

Tips

  • The new spreadsheet is created in the root of the authenticated user’s Google Drive
  • Use Google Drive actions to move the file to a specific folder after creation
  • Access the spreadsheet ID from {variable.spreadsheetId} for subsequent operations

Related functions

  • Open spreadsheet – Open an existing spreadsheet
  • Write sheet range – Write values to the new spreadsheet

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.