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 / Sending email from pow...
Power Apps
Unanswered

Sending email from power app

(0) ShareShare
ReportReport
Posted on by 279

I created a simple little canvas app. It shows a list of our clients, the user chooses one and click next. On the next screen is an email template. The user enters the email address and click send. An email with the relevant client's information is then sent to the recipient. 

There is a small issue that I don't know how to fix. 

See attachment ss1: if I were to type the entire email address and click send, it works. 

See attachment ss2: if I were to select the suggested person, the email address box is cleared, and the name is moved to below it.

See attachment ss3: If I send the email with the empty to box, with the name underneath, I get this error. And afterwards, the name in blue underneath the to box, isn't cleared either. 

 

My send button has the following on select: 

Office365Outlook.SendEmailV2(to_txt.Text, subject_txt.Text, body_txt.Text);
Reset(to_txt);          
Reset(body_txt);
Navigate(ClientListScreen)

 

What am I missing?

ss3.jpg
ss1.jpg
ss2.jpg
Categories:
I have the same question (0)
  • scalca Profile Picture
    on at

    i guess there is a gallery below the To search box which is showing all the selected recipients
    in your onselect function you have to get the email addresses from the collection which is connected to the gallery.
    pls check the items property of the gallery there should be a collection

    in order to send the email to all users you have to loop through the collection with the ForAll function
    for example ForAll(MyPeople, Office365SendEmailV2(ThisRecord.Mail, Subject, Body))

  • Sathish1227 Profile Picture
    22 on at

    @hildasteyn 

     

    I hope you are using the Email template (from the screens),

    Please cross-check your Power Automate connection once.

     

     

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 76 Most Valuable Professional

#2
Haque Profile Picture

Haque 69

#3
Kalathiya Profile Picture

Kalathiya 38 Super User 2026 Season 1

Last 30 days Overall leaderboard