Clear Sheet Range
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.
External Documentation
To 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. |
Example Output
{
"spreadsheetId": "1uW957i4riQvq4E4zRwpwCMuwas_BRIuEPvlPQ0qsB70",
"clearedRange": "Sheet1!A1:B1"
}
Workflow Library Example
Clear Sheet Range with Google Sheets and Send Results Via Email
Preview this Workflow on desktop