Export list of lists from dynamo to work with in Python

I’ve decided it is easier to get the raw data out from dynamo in a list of lists. Then use this list of lists in python to do the remainder of the work.

How do I get dynamo to output a list of lists? Example:
[[“Pipe Fittings”, “Pipes”, “Pipes”], [“ø63-ø63”,“ø160”,“ø50”], [None, 1861, 3093], [90,None,None]]

@Harald ,

just put it to a codeblock, by the way “None” is “null” in Designscript


KR

Andreas

Hi Andreas

I need to do the opposite. From your example, I have the bottom, but I need the info in the code block (if that makes sense)

Can you show your graph so we can understand better what you’re trying to do?

Uploaded graph.

Your question is unclear because you already have a list of lists and we don’t have enough info to know how to get from your current output to your intended output. How does your current output relate to the example output you’ve shown? This is just a case of list management and formatting.

Hello, is this what you are looking for?

Cordially
christian.stan