If true it will pick a family

hello

i want if the result of a graph is true it will pick a family. i dont know how because a family doesn’t have a input. So when its true it will pick the correct family and when its false it will do the same nodes as before but now with other numbers

Do you have any work you can show to this point?

When using an If node in this way, you do not need Family to have an input. simply wire the correct family into the True block of the If node, and your desired false result into the False block. Your Test block input should be Boolean. That’s just the basics of If statements…

I’m not sure what you mean by “it will do the same nodes as before but now with other numbers.” is this an iterative problem? :anguished: