Skip to main content

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

ParameterDescription
RangeSets 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 NameThe name of the sheet.
Spreadsheet IDThe ID of the spreadsheet.

Advanced Parameters

ParameterDescription
Delegated User OverridePerform 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

Workflow LibraryPreview this Workflow on desktop