Hi there,
I have two tables, one called “Things” where I put all the content, and one called “Users” where I have all the users. I have added a boolean row called “Is favorited?” and made it “User Specific” in my “Things” table.
I have a tab called “Favorites” where I want to display all my favorites, so I have created a list with the following filter: “Is favorited” is not empty, but it doesn’t display my favorites, it shows some random content which I didn’t favorite it.
Any ideas on how can I display user-specific favorites?