mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 14:06:52 +00:00
1.3 KiB
1.3 KiB
title, description, tags, keywords
| title | description | tags | keywords | ||||
|---|---|---|---|---|---|---|---|
| Create record | Learn how to create a record in NocoDB. |
|
|
A new record can be added by using the New Record button in the bottom left corner of the grid view. Default behaviour of this button is to add a new empty record at the end of the grid view. Fields for a record can be populated by clicking on the cell and entering the value.
:::info
- An empty record can also be added by using
+icon in the last record of the grid view. - When on last record,
Enterkey can be used to add a new empty record to the grid view. :::
NocoDB also provides convenience of a form to populate fields in a record. To add a new record using a form,
- Click on the up-arrow in
New Recordbutton; this expands options for adding a new record. - Select
New Record - Formoption. This will reconfigure default behaviour ofNew Recordbutton to add a new record using a form.
:::info
To revert back to default behaviour of New Record button, click on the up-arrow in New Record button and select New Record - Grid option.
:::

