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 / Stuck when emailing an...
Power Apps
Answered

Stuck when emailing and displaying multiple users in a SPO persona field

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi,

I have a SPO field in my canvas app which allows multiple person values to be selected. I wanted to email each user but I have a flow sending the email as I need to also send a PDF of the data to the recipients. It all worked fine, until I added another variable to  my flow to capture the multi person values and now it doesn't work.

 

I added a a variable to my floe, capturing the data as string

 

I have a HTML text box in my canvas app which displays all the data but when it comes to displaying the data from the muti select person field I cannot get it to display any values in Power Apps.

 

I tried things like 

Concat(PIEmailccValues.SelectedItems.Email,";")
Concat(PIEmailccValues.SelectedItems.Email,",")

But all I see is semicolon or comma in the HTML box in PowerApps.

 

Can anyone help me.

 

Thanks

Categories:
  • Verified answer
    RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @Anonymous 

    Please consider changing your Formula to the following:

    Concat(PIEmailccValues.SelectedItems, Email & ";")

    I hope this is helpful for you.

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Perfect Thanks, I was close
    Thanks for your help

  • RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @Anonymous 

    Yes you were close!

    The Concat function expects the first parameter to be a table of records.  The second argument is the string format (including references to the column in the first parameter records) that you want.

    Technically, you could have used your formula with a little more modification:

    Concat(PIEmailccValues.SelectedItems.Email, Email & ";")

    Because...when you specified the .Email on the Table (SelectedItems) it would have produced a table with a single column of Email.  You just needed to reference that in the string format part like it is above.

     

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 411 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 338

#3
WarrenBelz Profile Picture

WarrenBelz 256 Most Valuable Professional

Last 30 days Overall leaderboard