Hi everyone,
I have the following columns in my AppSheet app data, which is being fetched from Google Sheets:
In Google Sheets, the "Status" column has a prefilled value that acts as a default dropdown selection. Also, the "ID" column is populated automatically via a formula in the sheet, which looks like:
=IF(LEN(CELL) > 0, "ID", "")
Initially, I set the "_Rownumber" column as the key, but I noticed that multiple empty rows are appearing because of the prefilled values in the "Status" column. To resolve this, I decided to use the "ID" column as the key instead. However, the issue I'm facing is that when adding a new entry, the "ID" column needs to be filled by the user, which overrides the formula, and I donโt want users to be able to edit this column.
I also tried the following workaround:
In short, key columns can be created as new entries but cannot be edited.
What I would like to achieve is creating a unique key based on the row number in a virtual column, but only when the "Particulars" column is filled by the user. Otherwise, I want the key to be removed.
Is there any workaround to achieve this? Here are a couple of things Iโm considering:
Any suggestions or solutions would be greatly appreciated!
Thanks in advance!
User | Count |
---|---|
16 | |
12 | |
8 | |
4 | |
2 |