GOOGLE WORKSPACE Insert text (Slides) function

The GOOGLE WORKSPACE Insert text (Slides) function in RPA.

Help CentreFunctions & Formulas

This article describes the RPA Google Workspace connector function to insert text into a shape or text box in a Google Slides presentation.

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


Description

The Insert text function inserts text into a text box or shape element on a slide. The text is inserted at a specified index position within the shape’s text content.


Input parameters

ParameterRequiredTypeDefaultDescription
ConnectorYesSelect-Select the Google Workspace connector to use
Presentation IDYesText-Google Slides presentation ID
Shape IDYesText-The object ID of the text box or shape
TextYesTextarea-The text to insert
Insert at indexNoNumber0Zero-based character index within the shape’s text

Errors

  • Shape not found – no shape exists with the given object ID
  • Invalid index – the index is outside the shape’s text bounds

Tips

  • Use Get metadata to find shape object IDs on a slide
  • Use \n for line breaks within the text
  • For layout-based slides, the placeholder shapes have predictable IDs

Related functions

  • Replace text – Find and replace text across the presentation
  • Update text style – Style the inserted text

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.