Can I ask if anyone could help me with the Data-Shapes ListView Data input, and specifically with list levels? Firstly is the node designed to be able to accomodate list level structures? The documentation on the Data-Shapes site only shows a single list of items.
I have tested many list level configurations but I have not got the data passing through to match. I would like to output each list item individually, using the checkbox supplied beside each item by the node, but it is outputting the L2 group. When you select L2 the multiple input ++ node pops up multiple times.
Many thanks for taking a look. Below is the .dyn file. The Revit file is too big to upload, but it is just a series of levels as inputs. ListView.dyn (70.8 KB)
I am seeing a similar behavior with the nodes, but if you adjust the Levels on the Values input then you end up getting two popups which gives you the options you are looking for. I think if you just got the Item 1 from the Listview Data node you would have what your after.
Perhaps @Mostafa_El_Ayoubi can tell us if this is expected or where we may be going wrong. I doesn’t seem to Level / Lace as I would expect it too, but I haven’t tried to do it this way before either.
Many thanks, yes I also tried flattening and taking the First.Item of the inputs out from the ListView, but did not get the individual selections from the ListView to match on the MultipleInputForm ++. But I was also trying to avoid multiple pop-ups - I was hoping to achieve a solution with a single UI. I will have another go with this approach, thank you again!
Just wondered if you had any further thoughts on the list levels issue with the ListView Data node?
I didnt get the FirstItem approach on the inputs between the input node and the MultipleInputForm ++ to work at all.
Thank you for any ideas. Shall I accept it works reliably only a single list level set of data?