Hi,
I have sharepoint list T012. And two columns MineName and MineID. In power app I have a dropdown with the values of MineName, and a label that should get values of MineID corresponding to the selected value of dropdown (MineName).
I have tried this for label text, but I get error "Invalid argument type" at the "=".
LookUp(T012; Label1=Dropdown1.Selected).MineID
Thanks