The ROWID() function returns the unique technical identifier of a row in TimeTonic. This code allows you to reference a row in a stable way.
Function name:
ROWID()
Description
This function returns a unique and immutable identifier for each record. Defined as the unique identifier of a row, it can be shared and used in other features.
In TimeTonic,
ROWID()is particularly useful for API integrations, exports, and external automations or links between tables when the row ID is needed.
Syntax
ROWID()Parameters
This function does not take any parameters.
Example
The ROWID column displays 123456478, which is the unique identifier of the row. This ID does not change even if other fields are modified.
Return type
The function returns a text string (identifier).
The output type 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.