Softr + Supabase Dropdowns Not Fetching Values

I’m using Supabase as the backend and Softr as the frontend, but my dropdown fields (like Status and Assigned To) are not showing any values. I created views such as view_profiles for user names and task_status for status options, but Softr still does not load the dropdown items. How can I correctly set up Supabase tables and views so that Softr can fetch and display dropdown values for fields like Assigned To, Status, Priority, Projects, and Teams?

any luck on this?

  • For status like fields I would suggest using enum type
  • For related records in drop downs (this will come a bit later) now only option is to pass via hidden fields
1 Like