I have a case where a user can buy different plans so they have a list of plans associated with their account. I also have a list if events that allow people with different plans to attend. How can I check if any single time from the first list is found on the second list?
use “intersect with”
Thanks! I think that will do it!