# Get Row

> `UiPath.Azure.Activities.GetRow`

`UiPath.Azure.Activities.GetRow`

## Description

Retrieves the specified table row.

## Project compatibility

Windows - Legacy | Windows | Cross-platform

## Configuration

### Common

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

### Input

* **PartitionKey** - Specifies the key of the partition where the row is stored in.
* **RowKey** - Specifies the row's unique identifier within the partition.
* **Table** - Specifies the table from where the rows can be retrieved.

### Misc

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

### Output

* **Row** - Provides the table's row.
