Hi there, can someone help me figure out how to ex,tract an item from 2 incoming lists (strings or arrays, I can format them either way, whichever works best). The first list is the “previous value”, the second is the “new value” in which one or more items have been removed from the list. What I need is to isolate the item(s) that were removed. Example:
Previous value: apples, oranges, pears, bananas
New Value: apples, oranges, bananas
In that case, I need to isolate “pears” as the item that was removed. If more than one thing was removed, I need to isolate each of them. So far none of my formulations or filters have worked. Thanks for any help!