Hello,
i have a combo box and is it possible to sort Primary Text property ascendingly?
This is the Item property for my combo box
Distinct('Data_Source',Keywords)
Thank you !

Hello,
i have a combo box and is it possible to sort Primary Text property ascendingly?
This is the Item property for my combo box
Distinct('Data_Source',Keywords)
Thank you !
Hi @lunalovegood ,
Please try:
Sort(Distinct('Data_Source',Keywords),Value,SortOrder.Ascending)
Best Regards,
Bof