Object Data Values to Sublists

[TEST.dwg|attachment]
Hello Experts :slight_smile:

I am trying to access object data values and transpose them to sublists at the list level as show in the diagram. Transposing won’t do the trick…
Would it be possible to access these values through the API?

Best,
Sofia

1 Like

@Sofie_Kopolla you need to extract Keys and Values from the Dictionary, you will obtain two lists that you can combine together and then apply the transpose.

2 Likes