> For the complete documentation index, see [llms.txt](https://hub.equipme.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hub.equipme.io/equipme/automation/workflows/filter.md).

# Filter

Ever felt like your Equipme automation workflows needed a little more control? Filters are your secret weapon, allowing you to make decisions and streamline your processes.

**What are Filters?**

Think of filters as checkpoints within your automation flow. They act like bouncers at a club, only letting data through that meets specific criteria. This empowers you to create more intricate and targeted workflows.

**The Arsenal of a Filter**

There are various filter types at your disposal, each with its own superpower:

* **Contains:** This filter lets data pass through if a specific value exists within a designated field. Think of it like checking for a specific keyword in a message.
* **Equal:** This filter ensures only data that matches a precise value gets through. Imagine verifying if a customer ID is exactly what you expect.
* **Greater Than/Less Than:** These filters act like bouncers checking age. Data exceeding (greater than) or falling below (less than) a certain threshold gets the green light.
* **Is Not Empty:** This filter ensures a field isn't blank. Like checking if a form has been filled out completely.
* **And/Not Equal:**  These filters allow for more complex logic. Combine multiple filters with "and" for stricter criteria, or use "not equal" to exclude unwanted data.
* **Range:** This filter lets you define a range of acceptable values. Think of setting a price range for a product search.

**Putting Your Filters to Work**

Imagine you're automating a customer support process. You can use filters to:

* **Prioritize urgent issues:** Filter tickets based on keywords like "urgent" or "critical" to ensure they're addressed first.
* **Route tickets to specific teams:** Filter tickets by category and route them to the appropriate support team.
* **Trigger follow-up actions:** Filter based on customer responses and trigger automated follow-up emails or notifications.

By mastering filters, you can unlock the full potential of your Equipme automation workflows, creating more intelligent and efficient processes. So, go forth and filter with confidence!


---

# 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://hub.equipme.io/equipme/automation/workflows/filter.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.
