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

# Write to New Rows

> Append data to new rows at the bottom of a Google Sheet by ID. Use to log workflow outputs, capture analytics, or build automated reports.

## Overview

This Runchat appends data provided as a list of objects to the first empty row(s) in a specified Google Sheet. It requires the Sheet ID and the data to be appended.

## Inputs

* **sheetId** (`string`): The ID of the Google Sheet to write to.
* **data** (`list` of `string`): A list of JSON strings, where each string represents an object to be written as a row. This data is typically formatted by the 'Formatter' Runchat first.

## Outputs

* **response\_3** (`object`): The response from the Google Sheets API append operation, containing details like the number of updated rows, cells, columns, and the range updated.
