The record details page displays the stored data for a single record in a collection. Open a record by selecting its record ID in the Explorer panel under a collection folder.
Record Info
![[docs-mockup:DocsRecordInfoMockup] docs record info mockup](https://cdn.us.document360.io/15548f06-2fba-434c-b0c1-5df88317dbd7/Images/Documentation/base64-converted-image-1788446089109.png?sv=2026-02-06&spr=https&st=2026-09-03T18%3A51%3A19Z&se=2026-09-03T19%3A02%3A19Z&sr=c&sp=r&sig=mYb3qe4ve18DG7TUh36wXgiR7%2F2LdizdexWb2YcZREA%3D)
The Record Info card displays basic information about the record:
Field | Description |
|---|---|
Record ID | The unique identifier for this record. |
Owner | The Creator or service user who owns the record. |
Status | The current state of the record: Active or Archived. |
Created | The date and time the record was created. |
Modified | The date and time the record was last updated. |
Data
![[docs-mockup:DocsRecordDataMockup] docs record data mockup](https://cdn.us.document360.io/15548f06-2fba-434c-b0c1-5df88317dbd7/Images/Documentation/base64-converted-image-1788446089111.png?sv=2026-02-06&spr=https&st=2026-09-03T18%3A51%3A19Z&se=2026-09-03T19%3A02%3A19Z&sr=c&sp=r&sig=mYb3qe4ve18DG7TUh36wXgiR7%2F2LdizdexWb2YcZREA%3D)
The Data card displays the full record data as read-only JSON. Select Copy in the top-right corner of the card to copy the entire record to the clipboard.
The record data includes the following standard fields:
Field | Description |
|---|---|
| The unique record identifier. |
| The ID of the module the record is associated with. |
| The owner of the record. |
| Whether the record has been soft-deleted. |
| Additional record metadata. |
| The field values stored in the record. For module-bound records, this contains the values submitted through the form. |
| Any validation errors present on the record. |
| The module archive ID at the time the record was created. |
| Whether this record is a revision of another record. |
| The module archive ID at the time the record was created. |
| The platform version active when the record was created. |
| The creation timestamp (ISO 8601). |
| The last-modified timestamp (ISO 8601). |
| The internal version counter. |
Validation Errors
If the record has validation errors, they display below the Data card as a list of error messages. This section is hidden when there are no errors.
Metadata
If the record has metadata, it displays as a read-only JSON card below the Data card. This section is hidden when metadata is empty.
Changelog
Date | Change |
|---|---|
2026-09-01 | Initial publication. |