# For Each Runbook

> `UiPath.SystemCenter.ForEachRunbook`

`UiPath.SystemCenter.ForEachRunbook`

## Description

Performs an activity or a series of activities on each runbook matching the filter criteria.

## Project compatibility

Windows - Legacy | Windows

## Configuration

### Common

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

### Input

* **ODataFilter** - Specifies the OData filter. This field supports only strings and `String` variables.

### Misc

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

### Output

* **Index** - Provides a zero-based index that specifies what element of the current collection is being iterated. This field supports only `Int32` variables.

:::note
More details about the OData filter can be found [here](https://docs.microsoft.com/en-us/previous-versions/system-center/developer/hh921675%28v%3dmsdn.10%29). Example: **ODataFilter** = RunbookId eq (guid'd4e1296a-178a-47af-9b46-2854627e137a').
:::
