If-Else

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

Last updated