When creating a subflow, node-red allows me to define multiple inputs and outputs.
However, when I use the subflow within a flow, it only displays one input. Why?
In addition, while trying to link other nodes or subflows to the outputs, node-red always links all the links to the top output. why?
I think they are referring to when you drag a wire from the input of a node to another node but not directly on an output, it will default to the first output. However, I assume this is the intended behavior as it is most logical.