Hello! How can I use a list of strings from a text[]
field in my Supabase database to populate a checkbox group in Flutter? I need to convert the Supabase data to a List<String>
and bind it to the checkbox options.
Integrate Supabase text[] Field with Checkbox Group in FlutterFlow
Actions & Logic
I've tried converting to string, JSON to string, and various methods with map
in the actions, but it still doesn't work. Any ideas on how to fix it?
Yes
2
3 replies