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.
How would I submit a Color to the backend?
Actions & Logic
On Supabase's table, I've already tried changing it to int2, int4, int8, text, varchar(8) but none of them were accepted.
Yes
2
1 reply