Help Centre › Functions & Formulas
This article describes the RPA Google Workspace connector function to close an open Google Slides presentation connection.
For a full list of available functions, please read GOOGLE WORKSPACE functions.
Description
The Close function releases the connection to a previously opened Google Slides presentation. This frees up resources and should be called when presentation operations are complete.
Input parameters
| Parameter | Required | Type | Default | Description |
|---|---|---|---|---|
| Connector | Yes | Select | - | Select the Google Workspace connector to use |
| Presentation ID | Yes | Text | - | The presentation ID of the open connection to close |
Errors
- No open connection – no presentation connection exists for the given ID
Tips
- Always close presentations when finished to avoid holding unnecessary connections
- Place close actions in a Finally block to ensure cleanup even when errors occur
Related functions
- Open presentation – Open a presentation connection
- Get metadata – Get presentation metadata