Multiple Inputs in Dynamo Player

I want to multiple a list of numbers to an x value and turn this x value as an input in Dynamo Player.
But the list of numbers is composite to [n] sublists, and there are too [n] values do multiple the lists (see the image)

How to input this x values in Dynamo Player if I don’t know how much sublists the routine is gonna create?

1 Like

Hi @rafael_anton10

Use Number node to set the inputs in player:

3 Likes

The number of items in List Create will vary, it is not a fixed number

I got it this way (following this reference: Splitting lists by value)

My input will be the first string node (,10,20,30,1), and has to be typed in this way

There is a beautiful way to do that?

1 Like

I believe Datashapes UI nodes can help here.

3 Likes

List Input

Been struggling with a similar issue today. Finally found a simple solution from me. Could easily be amended with an additional separator filter to first separate a list of lists before separating for individual items in each sub list.

Hope it helps.

1 Like