NocoDB
Docs
Fields/Field types/Formula

Generic Functions

This article explains system functions & miscellaneous functions that can be used in formula fields.

System Functions

RECORD_ID

The RECORD_ID function returns the unique identifier of the record.

Syntax

RECORD_ID()

Sample

RECORD_ID() => 1

On this page