# Is Valid Email

### Flow Connections <a href="#flow-connections" id="flow-connections"></a>

* \[Input] In - starts the block's execution.
* \[Output] Out - activates when the block has finished its execution.

### Data Connections <a href="#data-connections" id="data-connections"></a>

* \[Input] Value (string/email) - string to be checked.
* \[Output] Result (boolean) - True if "Value" data input is a valid email address, False otherwise.
