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 / Email from a form (cho...
Power Apps
Answered

Email from a form (choice section)

(0) ShareShare
ReportReport
Posted on by 93

Hi, 

 

I have a form for ordering where i have preset the location and a code specific to that location. What i would like to happen for that is if someone chose two locations it only shows up on the email form as the last location shown. So doesnt give the supplier the correct codings.  How do i get both location codes to show up on the email

The form is from sharepoint. The data card is set with the following code

Choices( [@QLDNT_Ordering]. 'Location & GL Code')

The email has the following code

Office365Outlook.SendEmailV2(
"email address",
"Communion order for - " & " " & DataCardValue99.Selected.Value,
"Hello," & "<br/>" &"<br/>" &
"Please confirm the below order for Campus information below" & "<br/>" & "<br/>"
& "<b> Date of Order:</b>" & " " & DataCardValue59.Text & "<br/>" & "<br/>" &
"<b> Location & GL Code:</b>" & " " & DataCardValue99.Selected.Value & "<br/>" & "<b> Order quantity: </b>" & " " & DataCardValue79.Text & " " & "packs of 100 units" & "<br/>" & "<br/>" & "<b> Additional Information: </b>" & "<br/>" & DataCardValue100.Text,
{
Cc: User().Email,
Importance: "Normal"
}
);
Notify("Communion order sent") & SubmitForm(Form3) & Navigate(QLDNTCONTACTLISTSCREEN) & ResetForm(Form3)

Categories:
  • Verified answer
    CU22040918-0 Profile Picture
    195 on at

    Hi @AliciaDG ,

     

    Looks like your Location Combobox(DataCardValue99?) support mutli-selections, right?

     

    So you can use below code to concatenate all selected values into a string seperated by comma.

     

    Concat(DataCardValue99.SelectedItems,Value,",")

     

    Nelson

  • AliciaDG Profile Picture
    93 on at

    Thank you that worked 🙂 

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 381 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 340

#3
WarrenBelz Profile Picture

WarrenBelz 187 Most Valuable Professional

Last 30 days Overall leaderboard