Search
Setup for Free
S
Supabase
•
4y ago
kevindmoore
Insert not returning new data
In the dev4 version of supabase Flutter
, the insert command is returning null and not the updated data
.
final data = await client.from(tableName).insert(tableData);
final data = await client.from(tableName).insert(tableData);
Supabase
Join
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
44,393
Members
View on Discord
Similar Threads
Was this page helpful?
Yes
No
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
final data = await client.from(tableName).insert(tableData);
final data = await client.from(tableName).insert(tableData);
Similar Threads
Database insert returning 404 (TypeScript)
S
Supabase / help-and-questions
12mo ago
Inner join not returning data
S
Supabase / help-and-questions
12mo ago
Insert method, can't insert data
S
Supabase / help-and-questions
4y ago
Table not returning the required data
S
Supabase / help-and-questions
6mo ago