Hello!
I have an app created in Appsheet, using as Data Source Bigquery's tables. I need a field in order to have an incremental series for user reports.
Appsheet doesn't have an autoincrementing field; if I use Max() +1 , it is not ok because, if several users click on "Save" button at the same time, we will have duplicates of number, for example, if the last number is 5 and 3 users save their report at the same time, we will have 3 new records with the number =6 instead of 3 new records number 6,7,8.
Could anyone help me by giving me an idea what should I do in Bigquery in order to obtain an incremental field when a new record is created in the bq table?
Thank you!
Regards!
Ruxandra
p.s. I am not allowed to use a Sql Db.