How To Order Results in Searchable Dropdown?

I’m creating a page to search record views. I am using the option to use a Searchable Dropdown. While it’s not critical, is it possible to order the dropdown results alphabetically?

(The results seem to be displayed in the order that the records were added, with newest first)

I believe what you’re looking for is Schema > Objects > Settings > Sort Order

1 Like

Thanks very much for your your help, really appreciated. I was looking for a way to do it with the output (e.g. for SQL it would be, ORDER BY Name), and hadn’t thought to look at the source data. The setting appeared to already be alphabetical, but saving again did the trick, even after adding more data. :+1: