Hi FlutterFlow Community,
I'm new to FlutterFlow and need some guidance on matching elements from a Supabase backend query "List rows."
Here's my situation:
I'm using a "Dropdown" component linked to a Supabase table named "sports." This component allows users to select a sport, which corresponds to the "name" field in my table.
When a user selects a sport, I need to retrieve the corresponding ID from the "id" column to use it in another component. For example, if the user selects "football," I need to get the corresponding ID of this sport.