I created a subflow with no input. The starting node inside the subflow is an http in node.
Can this type of subflow only be represented once in the dashboard? It seems that only the first created occurrence is functional.
Due to a third party limitation, I have a wide variety of requests coming in on a single endpoint. I was hoping to create many distinct flows to respond to different types of requests. Is this possible? The alternative is to have a switch node (or function node) with a VERY LARGE NUMBER of outputs and a lot of wires going everywhere...