Help

This Product Ideas board is currently undergoing updates, but please continue to submit your ideas.

[SOLVED] Custom starting # for Auto-Increment Field

cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Jeremy_Oglesby
14 - Jupiter
14 - Jupiter

Iโ€™d like to be able to choose a custom starting number for the auto-incrementing number field - I have existing records that already have a unique ID # associated with them, but they donโ€™t start at 1.

Thanks!

7 Comments
Alex_Wolfe
8 - Airtable Astronomer
8 - Airtable Astronomer

Not sure when, or if, they will implement this - but a workaround would be to combine your existing ID #s with an auto number field to generate a new, combined ID# that auto increments.

For example, if you have your existing ID# starting number, letโ€™s say 100 for the example, you would make an auto number field, and then another new formula field which would look something like this:

        100+{NewAutoNumberField}

Which would then create new auto numbers starting at 101.

Or check this thread from a while back for some ideas in the interim:

Jeremy_Oglesby
14 - Jupiter
14 - Jupiter

That I will do. Thanks!

Christopher_Ols
4 - Data Explorer
4 - Data Explorer

This doesnโ€™t seem like a good solution, though. This results in numbers 1001 through 1009, and then would begin 10010 through 10019, eventually resulting in 100100 through 100199, etc.

Jeremy_Oglesby
14 - Jupiter
14 - Jupiter

Itโ€™s not working through concatenation, itโ€™s working through addition. Thatโ€™s a math equation, not a string equation.

Christopher_Ols
4 - Data Explorer
4 - Data Explorer

๐Ÿคฆ

Of courseโ€ฆ Iโ€™m tired! Thanks!

Patrice_GOURMEL
4 - Data Explorer
4 - Data Explorer

Hi there,
I have an another solution by creating another table with just one record and using one automation.

  • Create Table (โ€œTable 3โ€ in my exemple)
    image

Calculation Field = โ€œNumberโ€ + 1

-Create an automation
Trigger : When a record is created (in your main table)
Action1 : Find Record in โ€œTable 3โ€ with โ€œName = NumAutoโ€
Action 2 : Update record (main table) with โ€œField to auto-incrementโ€ = โ€œTable 3โ€ Calculation Flield
Action 3 : Update record (Table 3) With field โ€œNumberโ€ = Field โ€œCalculationโ€

I hope i had well describe my solution (english is not my native) and this will help people

Status changed to: Already in product
MaddieJ
Community Manager
Community Manager