This is my first post, so forgive me if this isn’t helpful. But a workaround I use for generating random numbers is to set up the key column with this formula:
DATETIME_FORMAT(CREATED_TIME(),‘mmsss’)
It pulls the current minute and second the entry w...