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 / Mail to Multiple users...
Power Apps
Answered

Mail to Multiple users not getting triggered

(0) ShareShare
ReportReport
Posted on by 2,249

I am using the below code in my PowerApps on success property of new form and basically below parameter I passed for approvers and email field is multiple line of text but then it triggers email only to me but not to the rest of the users

 

UpdateContext({varID:Self.LastSubmit.ID});
Email.Run(varID,Concat(LookUp(Approvers,Title = "HR").Approvers.Email,Email & ";"));

 

Approvers list

Title(single line of text)   Email(Multiple line of text)

HR                                    blitz@abc1.com;Jim@abc1.com;John@abc1.com

Categories:
  • Anchov Profile Picture
    1,986 on at

    Looks like you are using a Instant Power Automate Flow to send the email(s).  You will need to look into the log history of the flow to troubleshoot the issue.  Alternatively, you could use Power Apps to send the emails directly.  See Matthew Devaney's recent guide on the subject:

    https://www.matthewdevaney.com/power-apps-send-email-using-outlook-the-complete-guide/

     

  • Verified answer
    NandiniBhagya20 Profile Picture
    4,667 Super User 2024 Season 1 on at

    Hi @Veblitz ,

    If your email column is of type "Multiple line of text", then there is no need to use Concat function.

    Email.Run(varID, LookUp(Approvers, Title = "HR", Approvers))

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

#2
Mohsin Ali Profile Picture

Mohsin Ali 323

#3
WarrenBelz Profile Picture

WarrenBelz 193 Most Valuable Professional

Last 30 days Overall leaderboard