Filter on Big Tables

Does anyone have a tutorial on using a simple relation column as a filter?

I created a single relation from Cards (Glide Tables) → Cards Owned (Big Tables) using Card ID → Card ID.

Now, in my Cards collection, I want to show only the cards that are not owned by applying a filter where the relation is empty.

Get a Joined List of RowIDs from the relation, and write that into a column in the User Profile row. Then use that as a filter.

1 Like