Created By
Since version v0.204.0 (Jan 2024), NocoDB internally captures the user who created a record. This information is stored as a system field in the database & is not included in the table by default. To view this information on the table, you can create a Created By
field manually by following the steps below.
Create a Created By
field
- Click on
+
icon to the right ofFields header
- On the dropdown modal, enter the field name (Optional).
- Select the field type as
CreatedBy
from the dropdown. - Click on
Save Field
button.
note
- When connected to an external database, user creating record information is not captured automatically. You can create a
Created By
field manually by following the steps above. For external database connections, this field is not a system field & can be deleted. Created By
field is empty indicates the record either- predates the created by feature (v0.204.0, Jan 2024). Prior to this feature release, this information was not captured.
- was created using shared form.
- external database connection : information is captured only after the field is explicitly created.
Cell display
Created By
field is displayed as a read-only field in the table view. Displays email address of the user who created the record if the user has no display name set. If the user has a display name set, the display name is displayed.