Hi. How does one append to an array field in a supabase table using action?
The FF docs doesn't mention anything about this.
Append to an array field in a supabase table using action
Database & APIs
I tried the regular way of using the update Row action to a specific row in a specific table by matching the primary key. The row contains an array field that I want to append, but am uable to get this to work. Have an issue ONLY with array field and not other fields.
No
2
2 replies