# Conditional Nodes

Conditional nodes empower users to introduce **logic-driven** decision-making into their workflows. These nodes enable the creation of conditional branches, where the execution path is determined by the evaluation of specific conditions.

Some of the conditional nodes present in Cosmocloud are -

* [<mark style="color:blue;">If Else</mark>](https://docs.cosmocloud.io/flow-builder/node-types/conditional-nodes/if-else)
* [<mark style="color:blue;">If Else V2</mark>](https://docs.cosmocloud.io/flow-builder/node-types/conditional-nodes/if-else-v2)
* [Switch Case](https://docs.cosmocloud.io/flow-builder/node-types/conditional-nodes/switch-case)

## Building Conditions

To build the conditions, you can open the Properties Panel by **Clicking on the Node** and selecting **Condition** property.

{% hint style="info" %}
[Checkout the condition builder here.](https://docs.cosmocloud.io/flow-builder/cql-cosmocloud-query-language/building-conditions)
{% endhint %}
