# Get Table List

> `UiPath.Azure.Activities.GetTableList`

`UiPath.Azure.Activities.GetTableList`

## Description

Retrieves all tables from a specified storage account.

## Project compatibility

Windows - Legacy | Windows | Cross-platform

## Configuration

### Common

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

### Input

* **MaximumItems** - Specifies the maximum number of items that can be returned by this activity. By default, all blob containers are returned.
* **NameStartsWith** - Returns only those tables whose name starts with the given value. This field supports only strings and **String** variables.
* **StorageAccount** - Specifies the storage account where the tables can be found.
* **StorageAccountKey** - Specifies the key of the storage account. This field supports only **SecureString** variables.

### Misc

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

### Output

* **TableList** - Provides the tables list.
