Skip to content

Commit

Permalink
docs: formula record id
Browse files Browse the repository at this point in the history
  • Loading branch information
dstala committed Mar 28, 2024
1 parent a3b009f commit a34a640
Showing 1 changed file with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: 'Generic Functions'
description: 'This article explains system functions & miscellaneous functions that can be used in formula fields.'
tags: ['Fields', 'Field types', 'Formula']
keywords: ['Fields', 'Field types', 'Formula', 'Create formula field', 'System functions', 'Miscellaneous functions']
---

# System Functions

## RECORD_ID

The `RECORD_ID` function returns the unique identifier of the record.

#### Syntax
```plaintext
RECORD_ID()
```

#### Sample
```plaintext
RECORD_ID() => 1
```

---

1 comment on commit a34a640

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR changes have been deployed. Please run the following command to verify:

docker run -d -p 8888:8080 nocodb/nocodb-timely:0.204.9-pr-7987-20240328-0615

Please sign in to comment.