External DocumentationTo learn more, visit the Google Sheets documentation.
Basic Parameters
Advanced Parameters
Example Output
Workflow Library Example
Clear Sheet Range with Google Sheets and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| 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. |
| 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. |
{
"spreadsheetId": "1uW957i4riQvq4E4zRwpwCMuwas_BRIuEPvlPQ0qsB70",
"clearedRange": "Sheet1!A1:B1"
}
Was this page helpful?