I’m trying to sort a list, but i can’t get it right.
I want all the lists in the “List.Slice” note, where the word “Dokumenter” is written first.
If you look at the picture the word is marked. I’m from Denmark, that’s why the word may look strange to you.
I don’t want to make a new “List.Slice” note, because the amount of lists i wan’t to sort out, may change over time.
Hey.
That don’t give me what i want.
In the picture i have marked a list i want in another list. That means i wan’t all list with the word “Dokumenter” in row 0, copied to another list.
I’m not sure i explained what i want careful enough. Hope it helps.
If Dokumenter is always in index 0, then I would use GetItematIndex node, check that for your Dokumenter, then use the “Levels” feature to get whole list. Alternative would be to use List.AnyTrue to check for any true values. I don’t recall which package that is in, but it is very helpful for this type of thing.