Variable input fields

Is it possible to add inputs based on user selection ?
For example: user has to select Property Line element, that element is divided into Curves depending on how many edges there are, let`s say 5 edges. Then in Dynamo player appears 5 input sliders for each Curve. After inputs in those sliders the code executes.
If the Property Line element have 7 edged or 4 edges, Dynamo player shows 7 or 4 sliders. Like if there is Foreach loop that makes Dynamo player input elements on the go.
Is this possible?

Not with dynamo player, but data shapes can do this in combination with dynamo player. Use select model element, count the segments and then make a slider for data shapes, list of repeated item it and send them to a multiple input form ++.

1 Like