# Create Task

> `UiPath.GSuite.Activities.CreateTaskConnections`

`UiPath.GSuite.Activities.CreateTaskConnections`

Create a new task.

## Description

### Scopes

This activity requires the following scopes:

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

## Project compatibility

Windows | Cross-platform

## Configuration

* **Google Tasks connection** - The connection for the Google Workspace account to use in the activity.
* **Parent list or task** - Choose a parent list or task for the newly created task. Select the ![docs image](https://dev-assets.cms.uipath.com/assets/images/activities/activities-docs-image-365276-e8a3baa4.webp) icon to browse through available lists or change the input type to **URL or ID** or **Full path**.
  + **Parent list ID** - The ID of the parent list. This field is displayed if you select **URL or ID** input mode. This field supports `String` type input.
  + **Parent task ID** - The ID of the parent task. This field is displayed if you select **URL or ID** input mode. This field supports `String` type input.
  + **Parent full path** - This field is displayed if you select **Full path** input mode. This field supports `String` type input.
  + Select **Reload tasks** if you've modified your lists and need to retrieve the latest data.
* **Title** - The title of the task. This field supports `String` type input.
* **Details** - The details of the task. This field supports `String` type input.
* **Due date** - The due date of the task. Use the calendar widget to select a date. This field supports `DateTimeOffset` type input.
* **Status** - The status of the task. Select one of the two options:
  + **Needs action** - The task is in progress.
  + **Completed** - The task was resolved.

#### Additional properties

Output

* **Task** - The resulting task. Automatically generated output variable.
