> For the complete documentation index, see [llms.txt](https://appmaster.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://appmaster.gitbook.io/docs/business-logic/block/logic/if-else.md).

# If-Else

A condition statement. If the "Boolean" data input is True, the process will flow to the "True" flow output, otherwise to "False".

{% embed url="<https://youtu.be/QwcViLPGzJw>" %}

### Flow Connections

* \[Input] In - starts the block's execution.
* \[Output] True - activates if the "Boolean" data input is True.
* \[Output] False - activates if the "Boolean" data input is False.

### Data Connections

* \[Input] Boolean (boolean) - variable to be evaluated.
