> ## Documentation Index
> Fetch the complete documentation index at: https://learn.workflow.dog/llms.txt
> Use this file to discover all available pages before exploring further.

# Clear Range

> Remove values from a Google Sheets range without deleting its cells.

The **Clear Range** action removes cell values from an A1 range. It does not
delete rows, columns, or the sheet itself.

## Inputs

| Input                     | Type           | Required | Description                                 |
| ------------------------- | -------------- | -------- | ------------------------------------------- |
| **Third-party account**   | Google account | Yes      | Account with write access.                  |
| **Spreadsheet ID or URL** | String         | Yes      | Spreadsheet to update.                      |
| **Range**                 | String         | Yes      | A1 range to clear, such as `Sheet1!A2:D20`. |

<Note>
  Clearing values preserves the range's structure and formatting. Use **Delete
  Row(s)** when subsequent rows should shift upward.
</Note>

<Warning>
  This action returns no output. Double-check dynamically built ranges before
  clearing them.
</Warning>
