I have gone through this part of the library but these seem to be used interchangeably?
RowIDs, if I remember right, was born to act on user-specific columns. You can use them as unique IDs for that row as well, but a while ago there was a bug about rowIDs being changed randomly.
UniqueIDs, after being generated through the form, wonât be changed.
RowIDs are also automatically generated, so if you are entering data into the sheet manually, or it comes from some other source, then glide will still generate the RowID. Unique ID needs to come from an Add/Edit/Form in the app. But as @ThinhDinh pointed out, RowID is needed for some additional functions in glide.
So this makes me ask, is it just best practice to use the ROW ID? It seems easierâŚ
Beware of the issue here, you can have a brief read of this conversation.
To be fair to glide:
- I had a script re-ordering the sheet after a row was added.
- As rows where added and move to the middle, Glide and Sheets got into a conflict, where Glide thought that the ID belonged to a certain ROW in Sheets but sheets already moved them around. This cause Glide to repopulate the Sheets IDâs based on the ROWID of the records.
As I think @Jeff_Hager clearly started âDonât change things with scriptsâ.
The hallway gossip is of course Glide working towards their own Sheet / Data structure and or allowing other sheet based SAAS tool to run Glide. From that perspective Glide should be the âmasterâ record keeping. (but all that is a little off topic)
If you use it straight fwd there is no issue in using the glide RowID.