Sorting a list in Workspace also applies the same sorting in Native UISummaryWhen a list view in Workspace, for example - Incident > All is sorted on priority ASC - DESC (A-Z) in workspace, the same applies sorting is also applied on native UI. This will override the default list sorting for the specific table. The default sorting is no longer applied on the list. The new sorting will remain the same if: The user navigates to some other list and comes back to the same list again. Default sorting is not applied.The user logs out and logs in back again. This behavior has remained the same through New York, Orlando & Paris.Related LinksWhen you change the sorting for a specific table, a new user preference is created in the sys_user_preference table. Here, in this video, you can see the value for incident.db.order.direction changing every time sorting is changed. As long as the user preference is present, the default sorting will not be applied. Worksaround: If you want to apply the default sorting on the list again, you need to delete the user preferences as shown in the video.