Hello,
Further to my previous post, decided to move away from Excel into SharePoint Lists. Have built a button that patches data from Power Apps into this SharePoint. However can't figure out a way to search this list for a unique field and then return a value that's on the same row, but different column. Tried Collections and converting them to text. Currently my code is:
DOB.Value = LookUp('My SharePoint List','Surname' = surname.Value,'Date of Birth')
DOB.Value is my TextInput on Power Apps,
Surname is unique column in SharePoint,
surname.value is from my Power Apps,
Date of Birth is what I wish to be return and placed into DOB.Value,
Have linked the SharePoint in Power Apps. Have issue with variable types, but all fields are set as text.
Any help, thank you.