Hello, I would like to make a dynamic dropdown that depends on the value of the previous drop down. I have found tutorials with Firebase, but not with Flutterflow. My two drop downs already have the list of data from the Supabase database, now what I need is that depending on the value that the user selects in the first drop down, specific values ββare displayed in the second drop down. I am creating a form to select the department and another to select the city.
I'm new with FlutterFlow so there are many things I don't know.