List merge to new list

I need your help.

after hole day I cant solve my problem.
I have one List of View-Names, another List of Elements placed in views. I need a new list, with all View-Names

Thank you for you help

Does List.Combine with List.AddItemToFront as the combinator solve your problem?

1 Like

Thanky, but no. thants not my need.

my thougts are to create a new list with all elements in sublist replaced with the element in same index as Baselist.

i create a Photoshop view, thats not real Dynamo :slight_smile:

I think I understand now :slight_smile: try List.Count @L2 with List.OfRepeatedItem @L1

1 Like

Great, that is perfect!:ok_hand: