Hi, Have you looked into using the Switch on Int node ? It’s a flow node that takes in an integer (you decide how many cases you want by the Add Pin (+) option you requested), and it diverts the program flow to the output flow node that matches your Int input… Other switch nodes are also available, and might suit your program better than the int one…