Hello guys,
I know how to send an email with attachment by clicking a button in Powerapps. But everything is packed together.
Now:HelloXXXX"this is the body""here is the signature"
Expected email format :
HelloXXXX,
"this is the body"
"here is the signature"
Appreciated for you heeeeeeeeeeeeeelp in advance!
Solved! Go to Solution.
Hi @Elliebai ,
Do you want to send email in the format that you want?
If so, you just need to send email body by using html body.
Based on the format that you listed, you just need to use "<br>xxx</br>" in your every row. (represents html tag for line breaking)
Try this formula:
Office365Outlook.SendEmail(to,subject,
"<br>HelloXXXX,</br><br>this is the body</br><br>here is the signature</br>",
{IsHtml:true})
Then the email body will look like this:
The key point of your issue is about how to use html text in your email body.
I suggest you know more about html tags:
https://powerapps.microsoft.com/en-us/blog/html-email-reporting-with-tabular-data/
Best regards,
Same issue has been solved this post;
https://powerusers.microsoft.com/t5/Building-Power-Apps/Char-10-and-Char-13/td-p/201334
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
Hi @Elliebai ,
Do you want to send email in the format that you want?
If so, you just need to send email body by using html body.
Based on the format that you listed, you just need to use "<br>xxx</br>" in your every row. (represents html tag for line breaking)
Try this formula:
Office365Outlook.SendEmail(to,subject,
"<br>HelloXXXX,</br><br>this is the body</br><br>here is the signature</br>",
{IsHtml:true})
Then the email body will look like this:
The key point of your issue is about how to use html text in your email body.
I suggest you know more about html tags:
https://powerapps.microsoft.com/en-us/blog/html-email-reporting-with-tabular-data/
Best regards,
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
190 | |
53 | |
51 | |
36 | |
33 |
User | Count |
---|---|
268 | |
95 | |
80 | |
68 | |
67 |