# Update Task

> `UiPath.GSuite.Activities.UpdateTaskConnections`

`UiPath.GSuite.Activities.UpdateTaskConnections`

Update an existing 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.
* **Task** - Browse to select a task. Use a variable or change the input type to **URL or ID** or **Full path**.
  + **List ID** - The ID of the list. This field is displayed if you select **URL or ID** input mode. This field supports `String` type input.
  + **Task ID** - The ID of the task. This field is displayed if you select **URL or ID** input mode. This field supports `String` type input.
  + **Full path** - This field is displayed if you select **Full path** input mode. This field supports `String` type input.
* **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 updated task. Automatically generated output variable.
