> For the complete documentation index, see [llms.txt](https://docs.visualyze.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.visualyze.ai/rpa-studio/data/datatable/filter-data-tables.md).

# Filter Data Tables

The activity can keep or remove data tables in a list according to the filter conditions specified in the filter window.

### Input

* **Input** : [`Object Variable`](/getting-started/rpa-studio/variables.md)![](/files/-MVREnwPf_D3-qJvjjYd)\
  The input for this activity is an object variable that contains the data tables you want to filter.&#x20;

{% hint style="info" %}
The Input property accepts only a list of **Data Table** or a list of **Object** as input.
{% endhint %}

### Configure

* **Filters** : ![](/files/-MVREnwPf_D3-qJvjjYd)\
  In the configuration section, you can define the filter conditions that will be applied to the list of data tables. Each filter condition consists of table properties such as ColumnCount, RowCount, and ColumnName, along with operators and values that determine the filtering criteria. You can add multiple filter conditions by clicking the "+" button in the filter window.<br>

  <figure><img src="/files/0zbMok0sO02W5J3DbPIs" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
***Information*** :

* To create a new filter condition, click the "+" button in the filter window. To remove a filter condition, click the "x" button.
* Each filter condition requires specific table properties, operators, and values to filter the data table. Variables can be used in the filter conditions and should be represented as $VarName.
* The dropdown menu with options "Keep" and "Remove" determines whether the filtered records should be kept or removed from the data table.
* The "Clear" button removes all filter conditions except the default conditions.
  {% endhint %}

### Output

* **Filtered Data Tables** : [`DataTable Variable`](/getting-started/rpa-studio/variables.md)\
  The output of the activity is a DataTable variable that stores the resulting filtered list of data tables. This variable will contain the data tables that meet the specified filter conditions.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.visualyze.ai/rpa-studio/data/datatable/filter-data-tables.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
