Hello,
I have a dropdown box on my powerapp which contains a list of Surnames from a Sharepoint list named Drivers. I would like to add some text labels to the sharepoint list which will lookup the surname n the dropdown list and then populate the label with the relevant information from the same sharepoint list e.g. Forename.
This sounds like such a simple thing to do but i'm struggling a bit, any help would be much appreciated. I've tried using 'LookUp(Drivers,(Surname)=Text(Dropdown1.Selected).Forename)' in the text label but it doesn't work and doesn't seem to like the '='
Thanks