Lacing issue

Hello,

I am struggling with lacing (if that is my problem!?)
if the item from the shortest list exist in the longest list the value=true my problem is by (==) lacing set to crossing it re-orders the (list.transpose)

long list is 1 to 208
short list 1, 2, 3, 4, 5, 6, 6, 7, 8, 9, 10, 12,14
lacing longest misses value 12
I need the structure as it is (list.transpose) with the value 12 :wink:

I hope someone can help

Edwin

It is difficult to read your image. Can you repost?

The new image hope this one is better.

Hope this works

Thanks Azubike_Ononye,

List.Any true did it if i set my (==) to cross lacing

I also tried it with (List.ContainsItem) but this one gave all false i guess that one list is System.Double and the other one is System.Int32.

Edwin