I have a dropdown field in a form and 90% of the time the thing to select, the “Sample” in the example below, will be the most recently created “Sample” so I actually want it to be the first thing to show in the dropdown (sample.created_on DESC
, for example). From what I can tell, it orders opposite of what I want (sample.row_identifier ASC
maybe?).
Is it possible to customize the order by of dropdown contents… or do you have a creative workaround for me ?