# Sheet Created

> `UiPath.GSuite.Activities.Sheets.Triggers.SheetCreated`

`UiPath.GSuite.Activities.Sheets.Triggers.SheetCreated`

## Description

Starts the automation when a new Sheet within a spreadsheet is created.

### Scopes

This activity requires the following scopes:

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

OR

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

OR

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

OR

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

## Project compatibility

Windows | Cross-platform

## Configuration

* **Google Sheets connection** - The connection for the Google Workspace account to use in the activity.
* **Spreadsheet** - The Google spreadsheet to use. Select the Folder ![](https://dev-assets.cms.uipath.com/assets/images/activities/activities-docs-image-368186-8e468e7b.svg) icon to browse Google Drive folders and select a spreadsheet.

  + Select the **Reload File Data** option if you've modified your folders and need to retrieve the latest data.
* **Additional filters** - Configure additional criteria to check on the created sheet. Supports filtering on the following fields: Sheet name.

**Output**

* **Spreadsheet** - The Google spreadsheet file, saved as a `GDriveRemoteItem` variable. Automatically generated output variable. You can use it as it is or save it with a different name.

* **Job Data** - Contains job info, such as Process name, Process version, Workflow name, Robot name, and mode of execution.
* **Sheet created** - The created sheet, which can be used further in the workflow. Automatically generated output variable. You can use it as it is or save it with a different name. You can use this in other activities.

## Example

![docs image](https://dev-assets.cms.uipath.com/assets/images/activities/activities-docs-image-312101-52accd80.webp)

See also:

* [Sheets activities](https://docs.uipath.com/activities/other/latest/productivity/sheets-activities)
* [Write Row](https://docs.uipath.com/activities/other/latest/productivity/google-workspace-sheets-write-row-connections)
* [For Each Row in Spreadsheet](https://docs.uipath.com/activities/other/latest/productivity/google-workspace-sheets-for-each-row-connections)
