# Create List

> `UiPath.Core.Activities.CreateList`

`UiPath.Core.Activities.CreateList`

Creates a new empty list.

## Project compatibility

**Windows** | **Windows - Legacy**

## Configuration

* **Data category** - The type of data the list should contain. The available options are **Number**, **Text**, and **Other**.
* **Data type** - Indicate the underlying .NET type the list should contain. This option is only available when **Other** is selected as the data category.
* **New List** - The newly created list.

## In the Properties Panel

#### **Options**

* **DisplayName** - The name displayed for the activity in the Designer panel.
* **Private** - If selected, the data used in the activity is not logged.
* **TypeArgument** - A drop-down list that enables you to choose the data type.

#### **Output**

* **New list** - The newly created list.
