Summary of the Issue
To make a table display records in a specific order by default, such as showing the most recently created entries at the top, the sort settings must be updated in the table schema.
Resolution Steps
To configure a table’s default sort order:
Open the table you want to configure.
Click the ⋮ icon in the top-right corner of the table.
Select Show Details.
Click Table Schema.
In the Configure tab:
Set the Sort column to the field you want to sort by (for example,
CREATED_DATE_FW).Set the Sort order to either:
Descending, to show the newest records first.
Ascending, to show the oldest records first.
Save your changes.
Additional Notes
To confirm the correct field name, check the Table Schema Standards tab.
This sets the default sort order, but users can still manually re-sort the table by clicking column headers.
Schema changes may require admin or advanced permissions.