Generic Examples
Browse categorized examples for working with fields, records, and tables in NocoDB scripting.
🏷️ Field Examples
- Text-Based Fields – Create fields like Single Line Text, Long Text, Email, and URL.
- Number-Based Fields – Add number, decimal, currency, rating, and percent fields.
- Select-Based Fields – Set up Single Select and Multi Select field types.
- Date & Time Fields – Add Date, Time, DateTime, and Year fields.
- Relational Fields – Work with LinkToAnotherRecord, Lookup, and Rollup fields.
- Virtual Fields – Define computed fields like Formula and Aggregation.
- System Fields – Access and configure system-generated fields.
- User Fields – Add Collaborator and CreatedBy/UpdatedBy fields.
- Miscellaneous Fields – Set up Barcode, QR Code, Geo, Attachment, and JSON fields.
📄 Record Operations
- CRUD Operations – Create, read, update, and delete records via script.
- Link Records – Link records using field values or matching logic.
- List Records – Query, filter, and paginate records in a table.
🗃️ Table Operations
- Working with Tables – Create tables and manage their structure programmatically.