Hello Folks -
I currently have a field in SP that has a list of values. I'm levraging it in PowerApps with the following syntax:
Choices(rdTargetChangeReq.nIpOwner)
However, I want to be able to sort this column alpabetically. I tried this with no success:
Sort(rdTargetChangeReq,nIpOwner.Value, Ascending)
Any ideas? Do I need to combine both of those functions?