web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / People Picker with ema...
Power Apps
Answered

People Picker with email and multi select

(0) ShareShare
ReportReport
Posted on by 70

Hi guys,

 

I am working on an issue, which eludes me. 

I have an App which is connected to a sharepoint list (mylist).  All columns of this list are formated to single line of text.

In this App I want a user to be able to select a person responsible for a task and to have the email adress for the selected user stored in a column in mylist. I have realized this by a combobox with Items property: Combobox1_1 Items  = 'Office365-User'.SearchUser({searchTerm:ComboBox1_1.SearchText;top:10})

Additionally I use a textbox with Update property: ComboBox1_1.Selected.Mail. Subsequently I use a Power Automate Flow to notify the repsonsible person about the task. 

This works well and just as intended. However, I was asked to include multiple selections for the responsible person, so that the notification is sent to an entire team.

I have tried a lot. Especially with Concat function but nothing seemed to work. Does anyone have any ideas?

 

BR, 
Gonzo

 

Categories:
I have the same question (0)
  • zmorek Profile Picture
    3,272 on at

    If you've got AllowMultipleSelections set to true, you're already most of the way there.

     

    Your Concat() should look like:

     

    Concat(
     ComboBox1_1.SelectedItems;
     Mail & "; "
    )
  • MS_Gonzo Profile Picture
    70 on at

    TMP1.PNGThank you very much for your reply. I have already set multiple select to true. However, my textbox looks like this with 

    Concat(
     ComboBox1_1.SelectedItems;
     Mail & "; "
    )

    Do you have any idea why it  is displayed like this?

  • MS_Gonzo Profile Picture
    70 on at

    Hey guys,

     

    so I have noticed, when I change the above formula to 

    Concat(
     ComboBox1_1.SelectedItems;
     Email & "; "
    )

    I get some very strange symbols in the text box (See picture). However, when I submit the form, just one of the selected people is written to to corresponding column in my sharepoint list AND instead of those strange symbols, the sharepoint list just shows again three semicolons.TMP2.PNG

  • Verified answer
    MS_Gonzo Profile Picture
    70 on at

    For everyone interessted I figured it out. Literally the only thing missing was multiple; true at the end.

    'Office365-Benutzer'.SearchUser({searchTerm:ComboBox1_1.SearchText; top:10; multiple:true})

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.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 914

#2
11manish Profile Picture

11manish 627

#3
Valantis Profile Picture

Valantis 598

Last 30 days Overall leaderboard