# Conditional

Learn more about this Action in [this article](https://app.gitbook.com/s/kxZeV4nlXcIAjMGZxzLI/the-workspace/pipelines/actions/filtering/conditional).

<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>
