Assigning Unique ID (Number)

Hello Team, I am just playing around the tool and trying to create a demo app for my own. I want to assign a unique ID (as in a Unique Number) to each customer automatically when they sign up. This Unique ID should be assigned and saved in the database view. Can you please help me understand how to achieve this?

1 Like

This happens automatically whenever a new thing is created in the database, so just “create a new user” and a unique ID number will be automatically assigned.

1 Like

Thank you Linda… it worked!

1 Like

This is an old topic, but I’m trying to do this thing exactly. The unique id is so very long and got me wondering is this usual and how would I shorten it to about 4 digits, please?