---
title: "Append evidence rows to an existing Google Spreadsheet"
method: POST
path: "/v1/tasks/{taskId}/automations/{automationId}/google-sheets/{spreadsheetId}/append"
tags: ["Task Automations"]
---

# Append evidence rows to an existing Google Spreadsheet

`POST /v1/tasks/{taskId}/automations/{automationId}/google-sheets/{spreadsheetId}/append`

Append evidence rows to an existing Google Spreadsheet in Betayum. Create, version, run, and inspect automated evidence collection workflows attached to compliance tasks.

## Path parameters

- `taskId` string, required
- `automationId` string, required
- `spreadsheetId` string, required

## Request body

- AppendGoogleSheetDto
  - `title` string — Title to use for the task attachment snapshot
  - `rows` string[], required — Row data to append to the spreadsheet

## Response `201`

---

[API](https://skmtc.net/om-network/apis/betayum-api.md) · [All operations](https://skmtc.net/om-network/apis/betayum-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/om-network/betayum-api/revisions/95679a9aa625/schema)
