Keep list structure, but remove items which goes through a node - split/weave?

Hi

I need to keep the list structure after the element.name node…

I’m thinking seperate ‘empty lists’ and ‘wall lists’ and weave the lists into the same structure… I have no idea how, and have only failed in my attempts… I generally have problems to access the sublists, branches and combining with remove, weave and other list operations…

Capture42

Hi Thomas,

If you don’t mind a few null values, you could try combining “Element.Name” with a “List.Map” node.

2015-09-05_17-43-13

 

Awesome! I think that does the trick! I’ll take a look at it tomorrow. :slight_smile: Thanks!