Radek Rozkiewicz
 · Product Designer

Supabase array appends to 0 every time

Database & APIs

Hi all,

FF doesn't have the functionality yet to append a user inputted string into a Supabase array, there is no "add to array" only "insert row"

I've been mucking around with a workaround for hours and I just can't get it to work. I used split() custom function to get the user inputted string into supabase, but now instead of adding the array, the user inputted string in FF just gets replaces what's at 0 in Supabase each time.

Anyone know how to fix this without putting API keys and whatnot in a custom function?

P.s I am a designer and new to dev!

What have you tried so far?

Tried heaps of custom code functions to get this to work, this is where I ended up:

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