I have this formula on my invoice Database in Coda that automatically creates the invoice number. My format is this one: 207/07/2025 . So the first 3 numbers are increased, and then the month and the year.
Well, you have a couple of options: you can either utilise the Public Id field (which is unique and increments each time an entity is created) or you can make an automation rule to write a number field each time an entity is created, and then use ToText on that number when necessary.
Note: due to the way Public Id works, it is not guaranteed to be exactly one higher than the current highest value. See here
Thank you, Chris! I did not know about these differences in the formula field and rows! Yes, I managed with a Rule that increases a number in a Field(Column), and then the name formulas do the rest, adding the “creation Date” field, month, and year!
Max () worked in the Rule formula!