I am not sure if I am approaching this simple scenario incorrectly or if its just not possible with the native FF Supabase Integration.
I have a choice chips with Three Options:
All (Initial Option)
Medical Student
Physician Resident
The purpose of the choicechip is to filter the list view below it. In the backend query options, of the ListView, I have a filter applied to Widget State.
Then I have a "Refresh Database Request" mapped to the listview OnChange of the ChoiceChipe value
However, "All" is NOT a value of any row in the column, so the listview is empty when the page loads
What is the best way to achieve any type of filtering via Widget State with Supabase? Even the simplest of filtering scenarios seem to hard to do in FlutterFlow with Supabase. Is there not an action to modify a database query?
Any help/insights would be greatly appreciated.