Hi, anyone knows if there is a way copy the elements from one list only if they appear on another one? For example, in list A the words test2, test5, test10 appear, and in list B the words test1, test2, test10, test 11 appear. I want to copy only the words that appear in both list A and list B. Is this too complex to achieve? Thanks.