Dynamic Dropdown from database

Widgets & Design

Hi,

I created a dropdown widget and I have an Events table with a list of Fest names. How do I add the Unique fest names as options of the dropdown. So the user can select a fest from dropdown and the page refreshes to show appropriate content, according to the fest name.

Flutterflow doesn't allow me to use any tables other than the user table. But the fest names are in the Event table which doesn't even show as an option.

So how do I create a dynamic dropdown such that it automatically updates new fest names(whenever they are added) in the options of the dropdown?

What have you tried so far?

I tried getting the events table in the panel, but I couldn't find any way. It only shows the user table.

I thought I could try using the backend queries for this but I'm still unable to do it

Did you check FlutterFlow's Documentation for this topic?
No
3