Final User Submit Values.

Final User Submit Values

 There can be new feature in appsheet that is Final User Submit Values. Same as initial value , User submit values are populated after saved new form is saved and not for existing rows.

Since appsheet server gets save/records requests  and it queues them based on timestamp and processes it one by one, this User final submit value can be used when generating serial number for each record during the time of saving or submitting. This ensures there won't be any duplicates of values in rows since it is generated after submitting.

Expression might be : Max(table[SL NO] ) + 1 

Existing initial value properties are creating duplicate values even when there is valid if expression like in this post during multiple user submits the form . 

Workarounds like scripts, bots are time consuming and again creates duplicates.

*Final User Submit value could be useful generating sequential numbers (system generated) for each record without duplicates.

 

@AleksiAlkio @lizlynch 

Status Open
1 1 111
1 Comment
leefarrell
Bronze 2
Bronze 2

It would be great to have a "Final User Submit Values" feature in AppSheet. This would allow values like sequential numbers to be generated after a form is saved, avoiding duplicates. It’s a smart way to ensure unique values without relying on workarounds like scripts or bots.