Help Centre › Functions & Formulas
This article describes the RPA Google Workspace connector function to get speaker notes for a slide.
For a full list of available functions, please read GOOGLE WORKSPACE functions.
Description
The Get slide notes function retrieves the speaker notes text for a specific slide in a Google Slides presentation.
Input parameters
| Parameter | Required | Type | Default | Description |
|---|---|---|---|---|
| Connector | Yes | Select | - | Select the Google Workspace connector to use |
| Presentation ID | Yes | Text | - | Google Slides presentation ID |
| Slide ID | Yes | Text | - | The object ID of the slide |
| Variable | Yes | Text | - | Variable to store the notes text |
Output variables
| Variable | Type | Description |
|---|---|---|
| Variable | Text | Plain text content of the speaker notes |
Errors
- Slide not found – no slide exists with the given object ID
Tips
- Returns an empty string if the slide has no speaker notes
- Use this to extract presentation scripts or talking points
Related functions
- Update slide notes – Set speaker notes for a slide
- Get metadata – Get slide details