I have 2 sharepoint lists, let's call them list1 and list2. Each list has 2 columns
list1 column1 has apple, banana, and cherry, and column2 has some, few, a lot relevant to each fruit.
list2 column1 has strawberry, banana, and mango, and on column2 its empty.
What I want is, if the fruits on list1 matches with the fruits on list2, update the second column on list2 with the relevant data on list1 column2.
I have no idea how to fix this, both columns on both lists being single line of text.
Thanks a lot.