One question: I have one table with a number ...

One question: I have one table with a number of records created. All have a unique article no. The I would like to create a table where I assign a status of the article. Iโ€™ll do this by scanning the qr-code placed on the physical article, and I have made a ref to the first column of articels. But then, If I like to scan the qr-code again, and show the record and change the status it does not work. The app says โ€œthere is already a key createdโ€ or something like that.

any clues?

0 1 298
1 REPLY 1

tony1
New Member

@Peter_Westin Your second table needs a unique key, too. Try using a timestamp or a UNIQUEID() value for your key.

https://help.appsheet.com/data/columns/what-is-a-key

Top Labels in this Space