The idea is:
The expand on more output functionality. Adding additional output types for [1] incrementally output at the first 0 output, next execution increment by 1 until last output which cycles back to 0 [2] Randomly chosen output on execution
My use case:
Currently I use a Switch node with an expression using a global variable out of a Code node. i’m doing posts to multiple Facebook accounts, to warm them up. I want to do this in a sequential balanced order. Unfortunately the downside of using global variable is that the previous nodes can’t be queried for values, requiring a Merge node after theSwitch and it gets into spaghetti node territory
Ideally, Switch node, in this case, would have a defined number of outputs and each one would trigger sequentially i.e first execution out of output 0, next execution output 1 and so on.
I think it would be beneficial to add this because:
Tighter workflow, less nodes in this example situation, expand potential workflow paths
Any resources to support this?
Are you willing to work on this?
Sadly, I’m not really a coder but can help brainstorm if required, for sure