---
title: "Google Sheets Append"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/lib/google/googlesheetsappend
markdown: https://docs.nodetool.ai/nodes/lib/google/googlesheetsappend.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/google/googlesheetsappend.md
---

# Google Sheets Append

**Type:** `lib.google.SheetsAppend`

**Namespace:** `lib.google`

## Description

Append rows below the last populated row of a Google Sheet range.
    google, sheets, spreadsheet, append, rows

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| spreadsheet_id | `str` | Google Sheets spreadsheet id | `` |
| range | `str` | A1 notation range identifying the table | `A:Z` |
| values | `str` | Rows as JSON, e.g. [["Alice", 30], ["Bob", 41]] | `` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `dict` |  |

## Related Nodes

Browse other nodes in the [lib.google](./) namespace.
