The ROWID function returns the unique, immutable technical identifier of a row in TimeTonic, as text. This identifier never changes, even if the other fields on the row are edited: it lets you reference a row in a stable way, in particular for API integrations, exports, and external automations.
The output format of the result can be configured in the output field options of the formula editor. For more details, see Output format options in the Formula column article.
Syntax
This function does not take any parameters.
ROWID()
Examples
Display a row's identifier
The ROWID column displays 123456478: this is the unique identifier of the row. This identifier stays the same even if other fields on the row are edited.
ROWID()
Go further
FORMAT_NUMBER
Format a numeric identifier: decimals, leading zeros.
Or continue with
Formula glossary
All available operators and functions, sorted by category.