Hello! I'm making a favourite list and im trying to filter the items that are rendered from my supabase table. So I have a app state int list that is updated everytime someone likes an article with the ID of the article. I want to add a filter that won't bring the ID of the articles that are included in the int list but I cant figure it out. Take a look at my option on SS. (btw for the the fav list I used the filter ID, In (is contained by) ->app state and it works. (my backend is supabase)
Favourite list
Database & APIs
Ive tried ID is not equal to app state but I cant figure out how to get ALL the int numbers that are there.
Yes
1