# Append Row

> Append Row activity that appends a row to an existing spreadsheet in Google Workspace.

`UiPath.GSuite.Activities.AppendRow`

## Description

Appends a row to an existing spreadsheet.

### Scopes

This activity requires the following scopes:

* https://www.googleapis.com/auth/drive

OR

* https://www.googleapis.com/auth/spreadsheets

## Project compatibility

Windows - Legacy | Windows

## Configuration

### Properties panel

#### Common

* **DisplayName** - The display name of the activity.

#### Input

* **ReferenceCell** - The cell that you want to add the row below. The row is added to the first empty cell below the reference cell. This property supports `String` variables and string formatted values. The default value is "A1".
* **Row** - The contents of the row that you want to add .This property supports `Array` variables.
* **SheetName** - The name of the sheet that you want to make changes to. This property supports `String` variables and string formatted values. The default value is "Sheet1".
* **SpreadSheetID** - The ID of the spreadsheet that you want to make changes to. This property supports `String` variables and string formatted values. When entering your value, use the exact ID, or the output property variable from a previous [Find Files and Folders](https://docs.uipath.com/activities/other/latest/productivity/gsuite-find-files) or [Create New SpreadSheet](https://docs.uipath.com/activities/other/latest/productivity/gsuite-create-new-spreadsheet) activity.

#### Misc

* **Private** - If selected, the values of variables and arguments are no longer logged at Verbose level. This field supports Boolean values.
