Hi all
If I have a SP-list with a single-line of text column, and in that list there are alot of itemst. Then by using Distinct(SP-List.SPColumn) i am able to make a "collection" of all distinct values form that column.
Now, I want those values to be displayed in a Dropdown control in my PowerApp, so I insert a Dropdown control and add the aboce Distinct function to the Item. So far, so god. I am able to see all of my distinct values in it.
But when I want to submit the seleced value to a Dropdown column in another SP-list it fails, or nothing happens, it leavs the field blank?
Is it possible to add distinct values from one list using a Dropdown control to another list?