Google Sheet won't update

hi all. I read previous posts to find answers, but I had no luck.

I summarize my problem in this scheme:

  1. If I manually fill in Google sheet fields, AppShet updates correctly.

  2. If I delete record on Appsheet, this record is also deleted on Google Sheets.

  3. If I add a record in Appsheet (this is my goal), Appsheet does not store my record, and does not transfer it to Google Sheet fields.

Please help me find this problem.

tank you

Probably an issue with how you’ve set up your keys.

https://help.appsheet.com/en/articles/1023086-what-is-a-key

1 Like

HI.

Thank you for your reply. Yes, I added an ID column to my google sheet. I configured appsheet to recognize this column as a “key”.

Now I have another problem. I can’t automatically enter the key code.

I have this error: “Unable to add row to table ‘Attività’. → Value ‘e685301a’ in field ‘codice id (chiave)’ cannot be converted to type 'Number’.”

format of this field is number.

Where am I going wrong?

As specified in the UNIQUEID() - AppSheet Help article, that function returns a Text value–not a Number value. Configure the column’s data type as Text.

2 Likes

Thank you and Happy New Year!!

1 Like