Generating shorter unique ID for every user

Take a look at my first option below:

I think that can work for your use case.

1 Like

Oo your case 2, same method with me doing now but using glide . i see

With the second case you have the same problem. If you delete a row, then all the numbers change. Also, with the second case the values will not be in the Google Sheet.

I think the first case is better for you :wink:

Exactly, thank you darren . let me try it first.

How do I generate a unique string code automatically every time I add a new row using the form feature

I have 4 columns: Customer Name, Order Date, and TrackingID

USing the form I should be prompted to enter only the customer name and order date and upon clicking submit , In the Tracking ID cell in the corresponding row should come automatically

HOw can I achieve this?

Hi @Abdallah_Shafiullah.

Welcome to Glide Community.

If you want a unique Tracking ID then you could use RowID for it. If you want a shorter unique ID then you could use a Text Slice column and set your length accordingly. :slight_smile: