Help Centre › Functions & Formulas
This article describes the RPA Google Workspace connector function to delete a named range from a Google Docs document.
For a full list of available functions, please read GOOGLE WORKSPACE functions.
Description
The Delete named range function removes a named range from a Google Docs document. The document content itself is not affected; only the named range bookmark is removed.
Input parameters
| Parameter | Required | Type | Default | Description |
|---|---|---|---|---|
| Connector | Yes | Select | - | Select the Google Workspace connector to use |
| Document ID | Yes | Text | - | Google Docs document ID |
| Named range ID | Yes | Text | - | The ID of the named range to delete (from List named ranges or Create named range) |
Errors
- Document not found – the document ID is invalid or you lack access
- Named range not found – no named range exists with the given ID
Tips
- Deleting a named range does not delete the content it covers
Related functions
- List named ranges – List all named ranges
- Create named range – Create a new named range