Sequential Number Column - How do I set it as key without a formula incrementally adding by one?

ekk20
New Member

I understand that there will be complication if the app has multi-user. However, the app I’m creating is only used by only myself, also I’ve been using sequential numbers in the past so migrating to using this app it is essential I continue to do so.

I’m wondering how I could set the sequential number column as key? Having a formula that generates the sequential key prevents me from doing that in either appsheet or google sheet.

Thank you

2 1 932
1 REPLY 1

Steve
Platinum 4
Platinum 4

Set the initial value expression to (MAX(MyTable[KeyColumn]) + 1), where MyTable is the name of your table and KeyColumn is the name of that table’s key column.

Top Labels in this Space