Hello All,
I'm new here and would appreciate assistance with the following Power Apps formula.
I have a SharePoint list with lookup columns from other SharePoint lists. In Power Apps I have a lookup dropdown column and I am trying to get it to display unique values as the column contains many duplicate values.
I see that the District function can be used to resolve this e.g. Distinct('ListName',Column). However, my column is a lookup and this formula does not work.
The default Item formula for the lookup dropdown is Choices([@'James Strategic Plan'].Division). I've tried using Distinct(Choices([@'James Strategic Plan'].Division), Value) but this produces a dropdown with but you cannot see the text. Do I need to replace the word Value with specific text? Below is an image of what happens when I use the formula Distinct(Choices([@'James Strategic Plan'].Division), Value). Many thanks in advance for any help to resolve this.
