I have two table in supabase, Organization list and Project list which link back to Organziation with the Organizatino id column and no organziation name here. I want to filter this list base on a dropdown of organization name. my dropdown fetch from list vaiable which I use map list items to choose org_name collumn. below is the snapshot of my dropdown setup.
Filter list base on dropdown id where the dropdown show name
Actions & Logic
I try to set the variable value base on dropdown On selected but I don't know how I can get the organzation id because the dropdown value is the organzation name.
No
1