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

# Update Row

Overwrite values in an existing row

## Input

| Property              | Type     | Required | Description                                                              |
| --------------------- | -------- | -------- | ------------------------------------------------------------------------ |
| spreadsheet\_id       | DROPDOWN | Yes      | -                                                                        |
| include\_team\_drives | CHECKBOX | Yes      | Determines if sheets from Team Drives should be included in the results. |
| sheet\_id             | DROPDOWN | Yes      | -                                                                        |
| row\_id               | NUMBER   | Yes      | The row number to update                                                 |
| first\_row\_headers   | CHECKBOX | Yes      | If the first row is headers                                              |
| values                | DYNAMIC  | Yes      | The values to insert                                                     |

## Sample Output

```json theme={null}
{}
```
