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 using Fl...
Power Apps
Unanswered

Sending Email using Flow with big content inside body section

(0) ShareShare
ReportReport
Posted on by 50

I need to send an email which its body has multiple lines I tried the way shown in the image below and also tried using {IsHtml: true}

 

AlvinCassar_0-1677074468433.png

 

Although from this code I get the email content in the same line, while I get an error while I try to use the IsHtml code.

Also, my flow looks like this; 

AlvinCassar_1-1677074846037.png

 

P.s I am using powerapps for teams. Thank you.

Categories:
  • TheRobRush Profile Picture
    11,128 Moderator on at

    Set your layout up in an htmltextbox control how you want it to look then set your variable to that code. you are probably getting an error because you are telling it the string you are passing is html, and it is not.

  • TheRobRush Profile Picture
    11,128 Moderator on at

    html should go like this

    "<html>
    <head>
    My <b><font color=blue>HTML</font></b> Email.
    </head>
    <body>
    <p>
    First Item in my email
    </p>
    <p>
    Second Item in my email
    </p>
    <p>"&Label2.Text&"</p></body></html>"

    haven't passed html /TO/ flow before so you might have to drop the quotes in the passthrough using substitute.

     

    however easier way for me is i just send all the variables i need that will be different, then set up the html in the flow itself

  • TheRobRush Profile Picture
    11,128 Moderator on at

    Here's an example of what i meant by handling it flow side

     

    TheRobRush_1-1677079439142.png

     

     

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

#2
Mohsin Ali Profile Picture

Mohsin Ali 354

#3
WarrenBelz Profile Picture

WarrenBelz 232 Most Valuable Professional

Last 30 days Overall leaderboard