Here’s a little question about the use of Secondary Keys (Difference Between Primary Key And Secondary Key | Programmerbay).
I’m interested in forming REF relationships based not only on primary keys (which Appsheet currently allows), but also based on a modifiable unique secondary key column set by the user (Appsheet doesn’t allow choosing more than one column as your key column). Has anyone found a computationally lightweight alternative way to do this? I was thinking of a LOOKUP expression but this might be computationally expensive for large tables.
Perhaps related to this:
[How do I prevent duplicate rows? I have a ta](https://community.appsheet.com/t/how-do-i-prevent-duplicate-rows-i-have-a-ta/4871/7) Questions
@Steven_Coile Thanks Steven. I really appreciate your help. I am thinking of adding a new article about “Editable Keys”. @Terry_Holt is only the latest person to try to achieve this. In the article: 1. I will describe why the table key cannot be edited. I will suggest using a UNIQUEID() as the key field. I will suggest using the VALID_If expression to enforce uniqueness of the field they wanted to use as the secondary key.