Clears values from a spreadsheet. The caller must specify the spreadsheet ID and range. Only values are cleared — all other properties of the cell (such as formatting, data validation, etc.) are kept.Documentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
External DocumentationTo learn more, visit the Google Sheets documentation.
Basic Parameters
| Parameter | Description |
|---|---|
| Range | Sets the ranges of values from the spreadsheet which will be cleared, in the form of startCell:endCell to be returned.For example, A1-E1 will clear the first five cells in the first row. |
| Sheet Name | The name of the sheet. |
| Spreadsheet ID | The ID of the spreadsheet. |
Advanced Parameters
| Parameter | Description |
|---|---|
| Delegated User Override | Perform the action on behalf of another user, overriding the delegated user defined in the connection. If not specified, the delegated user is the one provided in the connection. Has no effect when using an OAuth connection. NOTE: the connection details are not edited by this input. |