I have a dropdown field. It gets the options from supabase. But for each user, I want that each option is only selectable once.
I have one table, where all options are listed and another table, where the option together with the user ID is written, after it has been selected.
I can't figure out, how to tell supabase to compare the lists and filter the options accordingly.
Much appreciated ๐
(Category may be wrong, dunno where to put it)