# Conditional

Learn more about this Action in [this article](/the-workspace/pipelines/actions/filtering/conditional.md).

<details>

<summary>v1.22.0</summary>

<mark style="background-color:purple;">**Released on**</mark> <mark style="background-color:purple;"></mark><mark style="background-color:purple;">05/20/2026</mark>

Added the functionality to allow verification with more than 1 space and new characters for  the name input field.

Fixed several bugs in the interface for smoother functioning.

</details>

<details>

<summary>v1.2.0</summary>

<mark style="background-color:purple;">**Released on**</mark> <mark style="background-color:purple;"></mark><mark style="background-color:purple;">10/30/2025</mark>

Added the option to select if all the conditions want to be evaluated or stop at the first succeeded one.

</details>

<details>

<summary>v1.1.0</summary>

<mark style="background-color:purple;">**Released on**</mark> <mark style="background-color:purple;"></mark><mark style="background-color:purple;">05/29/2025</mark>

New operator `matches`/`does not match` included in conditions to determine whether a field fulfills or not a given RegEx.

</details>

<details>

<summary>v1.0.0</summary>

<mark style="background-color:purple;">**Released on**</mark> <mark style="background-color:purple;"></mark><mark style="background-color:purple;">10/17/2024</mark>

* Added Action to the field selector on Conditional Action.
* Added `is null` and `is not null` conditions.
* Added the ability to filter input fields.
* Deployed to AWS S3.

</details>

<details>

<summary>v0.1.0</summary>

<mark style="background-color:purple;">**Released on**</mark> <mark style="background-color:purple;"></mark><mark style="background-color:purple;">07/24/2024</mark>

* Recovered warning functionality from WAF (Web Application Firewall). Now, when conditions evaluate in certain ways, the system can issue warnings without interrupting execution flow.
* Host translations dynamic mapping of hostname values within conditional operations.
* Added `validateExpression` method to the index file to pre-validate conditional expressions before execution.

</details>

<details>

<summary>v0.0.1</summary>

<mark style="background-color:purple;">**Released on**</mark> <mark style="background-color:purple;"></mark><mark style="background-color:purple;">07/17/2024</mark>

Initial version

</details>


---

# Agent Instructions: 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.onum.com/actions/conditional.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.
