I am trying to insert a row in a supabase table. The table has a primary key which has a default, autogenerated value. When i use the Backend Call > Supabase > Insert Row I have to set a id
, however if I leave this blank the request fails. Also, if I remove the field from the query FlutterFlow wont compile.
I have not set up RLS or any other restrictions for this project(yet).