Passing list as input

IS THERE A WAY TO PASS LIST OF NUMBERS AS INPUT AT VERY BEGINNING. I MEAN I ENTER LIST OF NUMBERS IN DYNAMO PLAYER.IS THERE A WAY PLEASE HELP ME. :thinking:

1 Like

@170637suman ,

in a quick draw i would do that…

1 Like

Hello

cordially
christian.stan

5 Likes

I think Stan’s proposal is what I’d also use :slight_smile: set the string as an input and that’s it! Alternatively, you could use Data Shapes package to build input UI: Dynamo – data|shapes

2 Likes

The string split method is most commonly used in my experience. Sometimes it can be good to instead have users separate them with a more obvious separator like a comma, but otherwise it’s a sound approach given lists arent naturally constructible in Dynamo Player UI.

2 Likes

Thanks guys. I used csv to take list of numbers as input . But today i learned another way too…

2 Likes