Unable to save changes

Suddenly all the changes I make to a table are not saved. The table is on an appsheet database and there is the possibility to modify it. It synchronizes but does not save the changes, nor does it return error messages.

The other tables work correctly

1 Like

Can you check if “Storage” in Table Settings is correct?
Review, Source Path and Worksheet Name/Qualifier
https://support.google.com/appsheet/answer/10105821#configure-table

Then ,regenerate the table squema

2 Likes

Yes Storage is correct. Maybe I found a clue, it’s just some rows of the table that don’t update, not all of them.
Is it possible to enable a log to understand if there is a formula on those rows that prevents saving?

yes,

In the following sections you can check if there are any errors
Manage / Monitor / Automation Monitor
Manage / Monitor / Audit History / Log

3 Likes

Ok in the audit it tells me “success” but in reality the data on the line doesn’t change

Make sure the app is using the database you think it is. Manually add or update an entry directly in the database then resync the app. Does the app see the manually-entered data? If not, your app is using a different database.

1 Like

I compared a row in the table that syncs changes correctly to one that doesn’t and found that there is an extra property.
I don’t know what that means or if it matters, the number reported is the key of the row.

yes if I insert the data directly from the database there are no problems

1 Like

Could be a bug with AppSheet Database. Please contact AppSheet Support for help with this.

I recommend against using AppSheet Database. Consider Google Sheets instead.

1 Like

yes, using google sheet I solved it immediately, thanks

1 Like