> For the complete documentation index, see [llms.txt](https://docs.roboteasy.tech/studio-en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboteasy.tech/studio-en/studio/objetos/lacos/criar-filtro-na-lista.md).

# Filter List

## Settings&#x20;

![](/files/-MVw8K5nDYJPq7WL0--L)

| Field                  | Descriptive                                                     |
| ---------------------- | --------------------------------------------------------------- |
| Title                  | Object Title                                                    |
| Object Identifier Name | Unique identifier name of the free loop                         |
| Select Main Object     | Select the list that will be filtered                           |
| Condition              | Option to select the condition to be used for the filtering     |
|                        | Value of variable or expression to be validated                 |
| Option                 | Boolean operator (AND/OR) if an additional condition is desired |
| +                      | Button for adding more conditions                               |

## Example

To filter a list you need to follow a few steps:

1 - Select the "Declare Variable" object from the "Command Blocks" menu and drag it to your working area.

* First you must define a unique name for the object in the "Object Identifier Name" field, select the variable type, the initial value and select the "Declare as List" option.

2 - Select the "Filter List" object from the "Loops" menu and drag it to your working area

* Next you must define a unique name for the object in the "Object Identifier Name" field, select the main object defined as a variable of type list, and define the conditions to be applied when looping through the list.


---

# 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.roboteasy.tech/studio-en/studio/objetos/lacos/criar-filtro-na-lista.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.
