Problem with type and istance parameters

Hello, I’m trying to export both type and istance parametres from some wall in revit. The script works good but all istance parametres are slip down. Someone can help me? Thanks a lot

@l.masielloVJ3DT ,

what do you mean with sleep down…
… it seems to be your input is uncompleted.
Can you show your import?


This is my output (the red text are type parameters). Area and Lunghezza “length” are istance parameters.

@l.masielloVJ3DT ,

right now you collect just instance parameters,
Get Type Parameter is missing?
check out your listlevel(@L2) and transpose node

I collect istance parameter with list.unique.items and type parameter with element.elementtype. I mad a list.join and with list map extract 4 parameters. How can i use levels? It’s a new things for me

@l.masielloVJ3DT ,

grafik

you can access your lists in levels
https://primer.dynamobim.org/06_Designing-with-Lists/6_designing-with-lists.html

which node i need to split in level?

which node i need to split in level?


i think the problem is here… it’s like dynamo split type and istance parameters despite are of the same elemet