How can I apply an order or sort to the values shown in a picker field? I am using a a!pickerFieldsRecord on a single record type Employees (ID, First Name, Last Name) but would like to sort it by first name.
Discussion posts and replies are publicly visible
You cannot influence the sorting via the picker field. If you need that, you would have to implement a custom picker field and use a!queryRecord to fetch the data.