Integrate Supabase text[] Field with Checkbox Group in FlutterFlow

Actions & Logic

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.

What have you tried so far?

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?

Did you check FlutterFlow's Documentation for this topic?
Yes
2
3 replies