Forum Discussion
Spawn10
Jan 31, 2022Copper Contributor
How do I order the selection in a lookup field?
I am using a lookup column in SharePoint to pull data into the list users use to create an order. Is there a way to order the entries in the lookup column? As an example if I have my lookup pulling in fruits in this order...Apple, Mango, Orange, Kiwi. But I want the lookup to display them as Orange, Mango, Kiwi, Apple...is there a way to reorder the entries so the users can view them in the preferred order in the lookup?
Thanks
5 Replies
- It items will show in the order they appear in the List. If you want to use an alternative sorting method then you will need to customise the List form using PowerApps https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/customize-list-form
- Spawn10Copper ContributorThanks for the response. I have a custom PowerApps form that is using my lookup column. Right now the order is that is being displayed in the form is in alphabetical order. I want to be able to rearrange the order so that when the user click on the field in the custom PowerApps form, the lookup order is as desired and not in alphabetical order.
Is there a way to accomplish this?- rkirk2kCopper ContributorSame issue here. I've sorted the default view of the list that is the target of the lookup column, so it appears in the desired order... But when I click the choice combo box in my Power App form, it is ordering them alphabetically anyway. Help????