Help Centre › Functions & Formulas
This article describes the RPA Google Workspace connector function to move a slide to a new position in a Google Slides presentation.
For a full list of available functions, please read GOOGLE WORKSPACE functions.
Description
The Move slide function repositions a slide within the presentation to a specified zero-based index position.
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 to move |
| Position | Yes | Number | - | Zero-based target position for the slide |
Errors
- Slide not found – no slide exists with the given object ID
- Invalid position – the target position is out of range
Tips
- Position 0 moves the slide to the beginning of the presentation
- Use Get metadata to check the current slide order before moving
Related functions
- Add slide – Add a new slide
- Duplicate slide – Duplicate a slide