How to filter Office 365 Users with ComboBox (replicate "people picker") #145
-
In standard canvas apps, you can insert a ComboBox and perform a lookup on Office 365 Users using something like the following in the "Items" property: Office365Users.SearchUser({searchTerm:ComboBox1.SearchText}) However, I am not seeing the "SearchText" property in the controls associated with the Creator Kit. What's the best way to do this? I'm trying to replicate "people picker" functionality in an older canvas app. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
@TerranIncognito which component are you trying to use? There are specific input properties needed to render a collection in the Creator Kit controls. Each might be slightly different, so you need to rely on the documentation. For example, if you're trying to render a collection of users in the new Facepile control, use the sample in the docs: https://learn.microsoft.com/en-us/power-platform/guidance/creator-kit/facepile#office-365-users-connector |
Beta Was this translation helpful? Give feedback.
-
@TerranIncognito please check out the new PeoplePicker control |
Beta Was this translation helpful? Give feedback.
@TerranIncognito please check out the new PeoplePicker control