I am new to Interfaces. I created a form and added a dropdown field, that uses dynamic options pulled from a custom Table i previously created. I am referencing the “Stand - Nume” column, which has the values manually numbered A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12 (1st screenshot below).
The issue is with the sorting of the values displayed in the dropdown, oddly being order as A1, A10, A11, A12, A2, A3, A4, A5, A6, A7, A8, A9 (2nd screenshot below).
How can i get it to display in an ascending order, 1 to 12?