# Create Tables

> `UiPath.Azure.Activities.CreateTable`

`UiPath.Azure.Activities.CreateTable`

## Description

Creates a new table under the specified storage account.

## Project compatibility

Windows - Legacy | Windows | Cross-platform

## Configuration

### Common

* **DisplayName** - The display name of the activity.

### Input

* **StorageAccount** - Specifies the storage account where the table should be created.
* **StorageAccountKey** - Specifies the key of the storage account.
* **TableName** - Specifies the name of the table.

### Misc

* **Private** - If selected, the values of variables and arguments are no longer logged at Verbose level.

### Output

* **Table** - Provides details about the newly created table.
