That doesn’t sound right. My observation is that when new rows are added to a Google sheet via AppSheet, the sheet’s total number of rows is increased if necessary, just as if I had manually added blank rows in the sheet. Maybe you’ve hit some other limit (although that seems unlikely with only 1K rows)?
It seems more likely that something else is going on.
Thanks to all for the answers, I will try to explain it different.
As you mentioned I tested that appsheet and google sheets can work with many rows as I need at the moment.
The problem is when data reach 1000 rows the app stop syncing, the final user need to notify me, then I go to the google sheet database and manually click add 1000 rows and app sync normally.
At the moment I solve it by adding 10000 rows to the database.
My question is if I´m doing something wrong in the settings that appsheet doesn´t add new rows if data reach available rows in the database or is the way it should work and the process of doing manually is the only way.
Formulas used in GS may be the reason. I don’t put any formula in GS but use virtual column in AppSheet instead. I’ve never seen this problem since I used AppSheet creating many apps so far (2 years+).
I think you need to have a Script that adds rows to the Google sheet table when only a certain number of empty rows exist. This is not dealt by appsheet directly but you could have a Script to add rows and the that script is made to run in automation within appsheet. I am not a Google Script expert but this is how it can be done
That would be true if you are dealing with a G Sheet directly and manually entering in the rows of data but NOT from AppSheet. AppSheet uses the Google API to add new rows to the G Sheet as needed.
In fact, it is recommended that each G Sheet is trimmed to its existing data - rows and columns - so AppSheet can read the data from the sheets more efficiently.
I experienced a similar issue where I can see the data in appsheet and but it didn’t appear in Google Sheets.
It was because of the filtering at the 1st row of google sheets. When I removed the filter, I started to see all the rows which were added via appsheet.