I’ve got a problem where I’m trying to match the list on the left to the same item positions on the right. This will be used for sub lists too (as you probably can see in the pic), which probably makes it more difficult?
I’ve tried to use List.Indexof to get the correct item positions but I don’t have a clue where to go from there. I don’t want to use custom nodes if it can be helped.
I’ve been on this problem for a week and I think I’m going crazy.