How would I submit a Color to the backend?

Actions & Logic

I used the Color picker in a form to let the user submit a color. I then wanted to make a backend call to submit the color, but I'm not sure what type is needed.

I'm using Supabase with Flutterflow.

What have you tried so far?

On Supabase's table, I've already tried changing it to int2, int4, int8, text, varchar(8) but none of them were accepted.

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