Wappler Version : 6.0.0
Operating System : Windows 11
Server Model: node
Database Type: postgres
Hosting Type: Docker local
Expected behavior
When I make a modification to data using Wappler’s data viewer and save it, the changes should be permanent.
Actual behavior
After making the change and saving, then clicking Fetch Data the previously made change disappears. This has been an issue for a long time on this project. It only happens in the Wappler UI. If I build logic in my app code to add/modify/delete then the changes are properly reflected in the database.
Changes are indeed queued either for direct execution or saving as database changes. The choice is given when you save the updates but it seems with full record delete the changes aren’t recorded, will check it out.
I see you are using UUID as id field. Is it also marked as primary? If no primary fields are found then the delete will fail, so hence the returning records.