Help

Unique User ID

Topic Labels: Automations Community Data
2110 2
cancel
Showing results for 
Search instead for 
Did you mean: 
tuajahf
4 - Data Explorer
4 - Data Explorer

Hi, 

How can I make that when a new user signs up he gets a unique ID in the Accounts table and every time he adds a new record in other tables his ID shows in the column?

2 Replies 2
MattZaporator
5 - Automation Enthusiast
5 - Automation Enthusiast

You can create a column of the type Created By which will always be tied to that user.

You can generate a unique ID by using either an Autonumber field or a formula field with RECORD_ID().

As for guaranteeing that his ID shows up in other records you create, it depends on how he is creating records. Are you using a portal? Is he entering records via forms? Is he creating records directly in Airtable while logged into Airtable?

If he is creating records directly in Airtable, you can use a {Created By} field that will be associated with the user's Airtable account. You could then have a table that matches the Airtable user account to your ID and an automation to create any links. On the other hand, you would have to pay Airtable for every user.

If you are using a portal system, look into how the portal creates records.

If you are using Airtable forms, you could do some things with prefiiled fields and/or requiring the user to be logged into Airtable and using a {Created By} field.