Hello AppSheet Users, I've been wondering wh...

Eric
New Member

Hello AppSheet Users,

Iโ€™ve been wondering why a โ€œkeyโ€ is necessary and how can I incorporate it into my app?

As of now, I currently have an โ€œimplicit row keyโ€ which is the row number. This is because every other row is repeated, so there isnโ€™t any โ€œunique rowโ€ in my data. However, at the same time I would like multiple users to use the app at the same time without any data loss. What can I do if I have no unique row but yet I would like multiple users to add entries on the app? Thanks in advance.

0 2 332
2 REPLIES 2

Itโ€™s very easy. Simply add a column to your table to house the key. Then hide it, and mark it as the key in the editor, and make the initial value =UNIQUEID()

Appsheet pretty much handles the restโ€ฆ (You would need to go ahead and manually enter unique โ€œnumbersโ€ into your data for the rows that already existsโ€ฆ)

Eric
New Member

@Grant_Stead Awesome, works exactly as you say. Thanks so much

Top Labels in this Space