Learn how to create an Azure Active Directory People Picker in a PowerApp with the Office365Users connector.
Get the Out of Office PowerApp here: https://web.powerapps.com
Learn more here: http://toddbaginski.com/blog/creating-an-azure-active-directory-people-picker-in-a-powerapp/
Hi @ToddBaginski thanks for the demo, I have a question that, let's say in my Azure AD I have a user named "Test User" and it is an Unlicensed user (means no M365/Office365 licensed associated with this user).
My Requirement:
I have a Combobox to select multiple person and then need to create an event and save the information in SharePoint list.
What I have tried
1. I have created a combobox and its Item property = Office365Users.SearchUser({searchTerm:PeoplePicker.SearchText})
2. When I am searching the user in the search box then ,"Test User" is showing in the list but if I select the user then I am not getting this user's email.
Can you advice me what wrong am I doing?
Thanks!