Why am I having so much trouble with this (probably because its late).
Scenario:
- Sharepoint list with a column named "crew_num"
- Dropdown control in PowerApp
- I want every crew_num to be an option in the dropdown
Why can't I just set the Dropdown Items property to listName.crew_num and call it good? I've tried Distinct(listName,crew_num) and like 4 variants of Sort(Filter(Distinct))). I cannot figure out how to simply show an entire Sharepoint list column in a dropdown. Time for bed!
Anyone have a simple way to do this?