Records disappear as soon as income

Hello everyone. I have created an app to name projects. The problem is that when I create a record, they disappear after two seconds. I have used Appsheet databases.

Has it happened to anyone? Thank you for your answers

Do you have Security Filters configured. I see this when a Security Filter is in place. The row will write into the app for a few moments but when a Sync is fired off, the Security Filter removes it because the row does not meet the criteria.

Hello @WillowMobileSys how are you? Thank you for your answer. No, in fact only I use the app. It’s all configured without security filter. It’s very weird.

Then I can only think of a couple of possibilities:

  1. The view is a filtered view and something is changing on the row that remove it from the filtered view.

  2. There is a Delete action being activated somewhere along the way. Are the rows gone from the datasource itself?

I guess a 3rd possibility is that there is a bug in the AppSheet database feature. It is a new feature under preview.

Guys I must tell you that I was making a misconception. Appsheet databases use Row ID while in other databases, the Id is not automatic. I had configured my own ID and it turned out that there was a problem in the app due to this inconsistency. If we remove the personal Id and use Row Id everything works.

Hmmm, it still sounds like an issue. We should be able to establish our own column that is set with an automatically generated unique ID. Whether we are allowed to set it as a row key or not can be debated but the fact remains we should be able to establish such a column.