Announcements
Hi,I have a combobox where I can add people from the combobox.Now I want to add multiple people at single time as shown in the picture(It should identify the emails and select them). Can we achieve this scenario in powerapps?
Any suggestions will be helpful.
@sindhureddy
Yes, set the Combo Box property SelectMultiple to true
Hi @Anonymous
Thanks for the reply. But what I am trying is I havecombobox items property - Office365Users.SearchUserV2({searchTerm:ComboBox3.SearchText}).valueGallery Items property - Filter(Book1,Email = ComboBox3.Selected.Mail) - GalleryNote(Book1 is SharePoint List).Now when I enter any email in combobox it will fetch details from sharepoint list and display in the gallery. What I want is when I paste multiple emails in combobox it is not displaying all the users details in the gallery.For that I have also tried to concat emailsAnother label formula - Concat(ComboBox3.SelectedItems,Mail & " , ") From this it is only fetching the details for last email. Can you please help me with this.In this image I have searched only for single email. I want to paste bulk emails in combobox and fetch details of all emails in the gallery from sharepoint list.
Try
Filter(Book1,Email in ComboBox3.SelectedItems.Mail)
Thanks @Anonymous this is working for me
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Vish WR 914
11manish 627
Valantis 598