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 / Emailing several galle...
Power Apps
Answered

Emailing several galleries forms

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hey guys! so before I posted how I can email the questions and answers from a gallery and @mdvaney managed to help me out with the following line of code I have so far:

Office365Outlook.SendEmail("johndoe@company.com","Subject Line",Concat(QHSE.AllItems, label1.Text&": "&radio1.Selected.Value&Char(10)))

But now I have realized that I actually have to put several galleries that have questions and answers together to send it into a single email.

I'm not really sure how to do it so any help would be appreciated! Thank you 😄

Categories:
I have the same question (0)
  • Verified answer
    WarrenBelz Profile Picture
    156,312 Most Valuable Professional on at

    Hi @Anonymous ,

    Something like this?

    Office365Outlook.SendEmail(
     "johndoe@company.com",
     "Subject Line",
     Concat(
     QHSE.AllItems, 
     label1.Text&": " & 
     radio1.Selected.Value&
     Char(10)
     ) &
     Concat(
     Gallery2.AllItems, //Your gallery name here
     label2.Text&": " & //assuming this is the control name
     radio2.Selected.Value& //as above
     Char(10)
     ) & 
     Concat(
     Gallery3.AllItems, //Your gallery name here
     label3.Text&": " & //assuming this is the control name
     radio3.Selected.Value& //as above
     Char(10)
     )
    )

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

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 377 Most Valuable Professional

#2
11manish Profile Picture

11manish 165 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 110 Super User 2026 Season 2

Last 30 days Overall leaderboard