How to create a dropdown list from a supabase table

Hi community. I'm struggling to build a dynamic dropdown list in flutterflow based on a supabase table.

I have a supabase table called seasons with 2 columns:

id

year

I want to create a flutterflow dropdown list component with:

option value = id

Option label = year

The dropdown widget with backend query is confusing. It seems as though I must fill in all the options like Map list items, Filter list items, Sort list items, etc.

Please help.

3 replies