This node complements the CASE Switch Start node by merging its branches into a single output port. Typically, only one branch is active; the data from that branch is passed to the output. When used with data ports, the node also offers options to concatenate data tables from multiple active branches.
The type of the input and output ports can be chosen when adding an output port. The type of the output port can be changed by removing and adding it again with a new type.
Note for flow variable ports: Values of existing flow variables are always taken from the top-most input port of the CASE Switch End node, even if their values were modified on another active branch. However, new flow variables created within any active branch behave as expected. If you need to modify existing variables, create a new flow variable and use its value to overwrite the original after the CASE Switch End node.
If all branches are inactive, the flow variables of the top branch are passed through.