# Create Task List

> `UiPath.GSuite.Activities.CreateTaskListConnections`

`UiPath.GSuite.Activities.CreateTaskListConnections`

Create a new Google Task list.

## Description

### Scopes

This activity requires the following scopes:

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

OR

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

## Project compatibility

Windows | Cross-platform

## Configuration

* **Google Tasks connection** - The connection for the Google Workspace account to use in the activity.
* **Title** - The task list title. This field supports `String` type input.

Additional properties

* **Add tasks bulk** - Add tasks in bulk by using a `DataTable` with the following predefined columns: TaskTitle, TaskDescription, TaskDue, TaskStatus.

#### Output

* **Task list** - The newly created task list. Automatically generated output variable.
* **Tasks** - The list of inserted tasks. Automatically generated output variable.
