I have multiple values in each parameter below that I manually set.
Basically what I want to do is have them separated into branches (14 sets of values into 14 separate branches).
I was able to achieve the result i want, but it was also manually set. I discovered that if you write the data as
:{7}
1
2
3
…it goes to the branch specified. It solved my problem, but I was wondering if there is any other way to do this in a more “parametric” way, rather than having to manually set each one.
example file.gh (7.0 KB)
