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?