# Get Rows By Filter

> `UiPath.Azure.Activities.GetRowsByFilter`

`UiPath.Azure.Activities.GetRowsByFilter`

## Description

Retrieves from the table a list of rows matching the filter criteria.

## 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 the activity. By default, all table rows are returned.
* **ODataFilter** - Returns only the table rows that are meeting the filter's requirements. This field supports only **String** variables.
* **Select** - Specifies a list of properties names that need to be retrieved from each table row. This field supports only **String** variables.
* **Table** - Specifies the table from where to extract the data.

### Misc

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

### Output

* **Rows** - Provides the list of table rows matching the filter criteria.
