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 / Combo Box return all s...
Power Apps
Answered

Combo Box return all selections

(0) ShareShare
ReportReport
Posted on by 583

Hello,

 

I have a combo box that is used to select some common choices. These choices are all text. I want to use the selected choices in an HTML text box which is eventually sent as an email body. Here is the line from the HTML box that I cannot get to work.

 

<font size='3' color='black'><b>Issue Found: </b>"&cbIssue.SelectedItems.Result&", "&tiIssue.Text&"</font>

 

If I change it to Selected.Result it appears to give me only one of the selected choices. My question is how do I get all the choices to show in the HTML?

 

Thanks,

Stephen

Categories:
  • Verified answer
    mdevaney Profile Picture
    29,993 Moderator on at

    @StephenGW 
    You are very close to the solution.  The CONCAT function will look at the selected items and create some text based on the selections.
     

    <font size='3' color='black'><b>Issue Found: </b>"&Concat(cbIssue.SelectedItems, Result&" ")&", "&tiIssue.Text&"</font>


    ---
    Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."

  • StephenGW Profile Picture
    583 on at

    @mdevaney 

     

    Perfect, solved the problem easily.

     

    Thanks,

    Stephen

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

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 409 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 252 Most Valuable Professional

Last 30 days Overall leaderboard