Hello PowerApps community. I have ran into an issue with multiple SharePoint lookup fields and am stumped, I may be over thinking.
I have a SharePoint list called Things that has multiple lookup fields. These fields are looking up values from a SharePoint List called Buildings.
Field names are the same in both lists.
BuildingName
BuildingNumber
BuildingManager
BuildingAsstManager
I have added BuildingName and BuildingNumber fields from Things to my PowerApps (Things is the main List). My ultimate goal is to have Building Name be selected, then BuildingNumber will populate with the associated Number for the selected building.
I have tried
Lookup(Buildings, BuildingName = <buildingnamedrop>.Selected.Value, BuildingNumber)
I need the lookup to provide the correct Building Number for the selected building name. This information is located in the Buildings SharePoint List.
The next twist is I do not want to have to add extra fields. I have 1 user that will only be using the SharePoint List and not the PowerApps. So extra fields will cause them to question the need for extra fields and PowerApps in general.
Any suggestions greatly appreciated.
Thank you