Reply To: suggestion: Value Switch Node

Forums 💬 FlowCanvas ⚙️ Support suggestion: Value Switch Node Reply To: suggestion: Value Switch Node

#22800
Gavalakis
Keymaster

    Hello,

    There is a limitation of creating nodes with multiple ports when deriving SimplexNodes like PureFunction and right now can only be achieved by creating a full nodes thus deriving from FlowNode and handling the port registration manually. Here is a node that does what you are after:

    I am already working towards making multiple ports possible when creating nodes by deriving PureFunction, CallableAction etc nodes, for simplicity.

    Let me know if that works for you.
    Thanks.