Surfacing data that belongs to another user?

I used intersect to compare to lists. One belongs to the current user, and one, if I’ve done it correctly, scans the database for lists that has similar values.

When values are similar, it’s easy to surface the current user’s details, but how do I surface the values from the user / entry found?

Here’s what I’ve done. I’m trying to find the unique ID for the user that owns the list that was found similar.

I’m sure you know that intersect ‘takes two lists of things and returns the entries that are in both lists.’ So if you are having anything returned at all then it means those items were in both lists. Are you trying to see what was not in both lists?

This topic was automatically closed after 70 days. New replies are no longer allowed.