Hello, I am trying to get a lookup statement to work in my power app however this is proving to be more difficult than I thought.
I have a sharepoint list named 'DriverDetails' which contains a list of our drivers details. I have a text input field in my power app named 'Badge', After the user has entered the badge number into the text input box I need a label to lookup all of the records in my sharepoint list (DriversDetails) and if the 'Badge' value is in the 'BadgeNo' column I need the label to show "Existing" otherwise I need it to stay blank.
I think I may be over thinking this......
Any help would be much appreciated