Okay I have been working on this over and over and no videos or previous threads have solved my issue, FF documentation is frustrating as it doesn't show what I think is a common error. I've also watched multiple videos on this issue.
Here ya go:
I am trying to display a dropdown with dynamic menu options pulled from a table in Supabase. As far as I can tell everything is setup properly and the only thing in the table is "id" "timestamp" "name"
I have a query looking at the table tied to the dropdown itself. I then setup to bind the data in the Define Options area, selected the data table from supabase and then the column I'm looking for. I constantly end up with something like this as a dropdown option:
[sports_category Rows > sportscat_name 0]
With or without the "Add Option Labels" I get the same results
I have no idea what I'm doing wrong, please help. Also a side note, if anyone is familiar with a very good YT channel were they are clear about explanations and working through issues in flutter flow I would love the link to check them out.