sheets_append_row
Appends a row of data to a Google Sheet, using column headers from the first row to automatically align values.
Instructions
Append a row to a sheet. The row is a JSON object with column names as keys. The tool automatically reads the header row to align columns. Example: {"name": "Anton", "email": "anton@example.com"}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| row | Yes | Row data as JSON object. Keys = column headers, values = cell values. | |
| sheet | Yes | Sheet name (tab name). | |
| spreadsheet | No | Optional spreadsheet ID. |