Hello,
I'm trying to compare the values in two multi-selection dropdown lists to see if there's any overlap. Say both of them have options (a, b, c, d, e), and List 1 contains (b, c) and List 2 contains (c, d). Is there a way to return True because they both contain (c)?
The larger goal is using this to add a contact to specific cells to limit views in DynamicView to users that have overlaps with each other.