> For the complete documentation index, see [llms.txt](https://docs.onum.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.onum.com/actions-changelog/conditional.md).

# Conditional

Learn more about this Action in [this article](/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>
