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 Values to Email
Power Apps
Answered

Combo Box Values to Email

(0) ShareShare
ReportReport
Posted on by 4

Not sure why this is breaking my head but I am sure it is something I am missing (plus a lack of experience).

 

I have a combo box that allows multi-selection, in my case days of the week. The user selects Monday and Tuesday. The values - along with other text boxes - are stored in a collection:

 

Dihagi_0-1678798272221.png

As I am typing this, I realize that the space and schedule values are deemed as table. Still no light bulb.

 

If  you expand the schedule, you will see the values:

 

Dihagi_1-1678798854845.png

 

When I try to email the values, I use this:

Office365Outlook.SendEmailV2("email@email.com",
"Collection Results",
Concat(Teams,
"Department: " & Department & Char(10) &
"Team Name: " & 'Team Name' & Char(10) &
"Number of Employees in the Team: " & 'Number of Members' & Char(10) &
"Space: " & dd_SpaceRequirement.Selected.Value & Char(10) &
"Days: " & Concat(Schedule, cb_Schedule.Selected.Day, ", " ) & Char(10)

))

 

The results:

 

Dihagi_3-1678798974376.png

What am I doing wrong? I need the Days to show Monday and Tuesday instead of Tuesday and Tuesday.

 

Thank you.

 

D.

Categories:
I have the same question (0)
  • Dihagi Profile Picture
    4 on at

    One other thing - which you may notice - my return lines do not work either (char(10)) which it is letting me down. 😞

  • Verified answer
    v-liwei-msft Profile Picture
    Microsoft Employee on at

    Hi @Dihagi 

     

    You can use "<br>" instead of Char(10), for example:
    'Team Name' & "<br>" &"Number of Employees in the Team: "

    For multi-selection values in ComboBox, you can use the following example:

    "Days:"&Concat(ComboBoxName.SelectedItems,Value,",")

     

    I have made a test for your reference:

    1.

    vliweimsft_0-1678846633941.png

     

    2.

    vliweimsft_1-1678846658060.png

    2.

    vliweimsft_2-1678846904756.png

    3.

    vliweimsft_3-1678846936079.png

     

     

     

    Best Regards,

    Levi

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
WarrenBelz Profile Picture

WarrenBelz 358 Most Valuable Professional

#2
11manish Profile Picture

11manish 214 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 185

Last 30 days Overall leaderboard