Adding Data type list to supabase table, array column.

Database & APIs

Hello guys!

I have a App State which contains these fields. I can successfully add all fields to database except extra_ingredients and drinks fields which are lists.

My app state

I have a loop that goes throught every productType and add it to supabase.

What have you tried so far?

I have tried custom function to solve the problem, in custom function i can extract both drinks and extra_ingredients lists. but somehow it does not work and i get no value in extra_ingredients and drinks columns.

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