I have in my google sheet a script that generate an automatic unique ID generation with apps script in column A and in App Sheet (data panel view) I have set this column as as KEY VALUE field.
Now, App Sheet ask me in the enter form, when I try to create a new record, the mandatory ID value to insert....
So how to exclude it?
Solved! Go to Solution.
I am not sure when your Apps Script code generates key values but you definitely have to have a key when you create a row within AppSheet.
Would it work if you simply put a UNIQUEID() when you create a row withing AppSheet and overwrite it with your Apps Script? (Edited: assuming you do not create anything else that uses the initial key value before you overwrite it)
Hi Espegg,
As @TeeSee1 said you can update you appsheet rows with your script after they have been inserted in your worksheet. For example, use uniqueid() and add a new column [Created with appsheet Y/N ?], and if No then your script update this row uniqueid().
Issue is that you can't generate your uniqueid via appscript and see it in an appsheet form for a row that has yet to be created.
User | Count |
---|---|
34 | |
11 | |
3 | |
2 | |
2 |