List Create by dynamo

Hi all,

I would like to create a list from excel (situation like below images). Given that row 1,5,8 are the types of “Apple”, the number of type is varies. The number of “Apple” is also varies (see the last image). Can I use dynamo to create those lists from different cases? Do I need to using loop or python? Thank you so much.

Hi @luifM7UYZ , Welcome!
Reading and manipulating list and string data is fairly straightforward in Dynamo
Quite often if you search for the operation you are trying to do the node will be there
Example below

2 Likes

Thanks Mike @Mike.Buttery !! Your list is not exactly I want, but I finally got the list successfully base on your concept. Thank you so much for your explanation.

1 Like