Hello
I am relatively new to Power Apps.
I want to have a dropdown in my Power Apps canvas app that shows the description of a health board given a code for that health board from ThisItem.
e.g. of view -
Code : AA Description : Ayrshire
Code : GL Description : Glasgow
...
ThisItem.BoardCode = GL, I want the dropdown to show Glasgow.
I have set my items of the dropdown to -
vwHealthBoard
with Value - boardCode
Default value to -
ThisItem.boardCode
When I run the dropdown shows the list of codes.
I tried changing the view value to boardDescription and the dropdown is empty.
So how do I change it so that the dropdown shows the description for the code?
Any help will be greatly appreciated.
Thanks
Kevin