How do I a connection to Office 365 users, so that I can get the User Profile, Manager, Search User, etc.
I created a list screen (Image, title, sub title). That specifically do I need to enter to pull back Profile, Manager, Phone number? I did setup the data source as Office365Users but it does no pull back any naes in the search. It appears to only pull back the default test data. How can I get it to pull back organizational names from O365? Any help would be greatly appreciated. thx
Please provide specifics as I am new to powerapps.
Please see attached screenshots
I read the documentation here and and created txt input and label. However, I would assume that with each Letter I enter in the search it would be dynamically searching for a person (ex: Mike....) but the search stays blank
https://powerapps.microsoft.com/en-us/tutorials/connection-office365-users/#userprofile
Office365Users.UserProfile(InfoAbout.Text).DisplayName
Office365Users.UserProfile(InfoAbout.Text).TelephoneNumber
Office365Users.UserProfile(InfoAbout.Text).Department
Any assistance would be greatly appreciated