If-Else Node
The If-Else Node
gets elements the Input Ports
, and transmits the elements to the if condition
group of Output Ports
without any change if the value of the Conditional Port
is_true
, otherwise to the else
group of Output Ports
.
The If-Else Node
is similar to the Filter Node
.
Use the If-Else Node
if the either - or
logic is needed.
Use the Filter Node
one ore more conditions are needed independently.
Click the +
button in the Input
group of Ports
to add new input elements.
The number of Input Ports
in not limited.
The Output Ports
are added automatically to transmit the values of the Input Ports
.
The Input Ports
and the Output Ports
can be renamed and rearranged.
The Output Ports
in the if condition
and else
groups can be renamed or hidden independently.
The Input
and the Output Ports
can accept the following types of data: number
, integer
, bool
, object
, string
, array
, or any
.