GOOGLE WORKSPACE Create presentation function

The GOOGLE WORKSPACE Create presentation function in RPA.

Help CentreFunctions & Formulas

This article describes the RPA Google Workspace connector function to create a new Google Slides presentation.

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


Description

The Create presentation function creates a new blank Google Slides presentation with the specified title. Returns the presentation 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 presentation
VariableYesText-Variable to store the result

Output variables

VariableTypeDescription
VariableObjectObject containing presentationId, title, and slides array

Errors

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

Tips

  • The new presentation is created in the root of the authenticated user’s Google Drive
  • A new presentation comes with one blank slide by default
  • Use Google Drive actions to move the file to a specific folder after creation

Related functions

  • Open presentation – Open an existing presentation
  • Add slide – Add slides to the presentation

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.