Hey All,
I’m sure I’m going to do a face slap here but I’m having trouble filtering a list of texts.
Basically I have 2 lists of texts one has 100 items, the other has up to 100 items (lets say 20 for this example).
Those 20 items will be the same as some of the items in the 100 items.
I basically want to filter out the 20 items from the 100 so I have the remaining list of 80 items
example
List 1
apple
orange
blue
red
warm
hot
cold
day
night
List 2
Blue
hot
day
End Result List
apple
orange
red
warm
cold
night
I’ve tried to filter the list but I don’t have the “is in” option available.
For some reason I just can’t figure it out
Thanks for the reply Luke
Yes 2 custom states,
Unique Elements will just give me a list of all the items I believe. It wont give me back the a list of items that aren’t doubles, it just stops doubles from being in the list if that makes sense.
So I’ve just tried to replicate what you’ve done but I dont think it works, generally the “is in”, “isn’t in” are the operators that do the trick but “doesn’t contain” returned an empty list