I'm learning PowerApps as I'm going along. Our company is in progress of onboarding to Office 365. I'm working on building out a Phone Directory that will pull from Office365Users connection.
In my directory search, I'm trying to create a popup window that will come up when a User is clicked to provide more information. I'm struggling with getting the phone number to populate properly.
I've tried to set variables to help pull the information, that was almost successful. It only pulls the top phone number though, not the selected User. In my screenshot you'll see that the Phone number that's populating is coming from the Secretary's Phone. My expectation is to have the Phone field for Kirstin populate here. When I try "Phone: " & _selectedUser.TelelphoneNumber it only pulls the mobile number, not the correct Telephone Number field.
Can you please help me figure out what I'm missing? I'm stuck. Thank you in advance for your time.