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!