Hi,
I'm currently using the send email v2 connector to send an email reminder in a flow.
The font I'm using is Verdana size 9.
For some reason, when this email arrives in my inbox it changes to font size 7?
It's not just this size: when I change the size in the flow, for example when I change the font size to 11, the actual email has font size 8,5.
How can I fix / debug this?
Solved! Go to Solution.
@AValk add <html><body> in start of your email content while you are in code view and add </body></html> at the end of your email content, that will not reset the content, as shown in below example
@AValk can you click on the code view button in body parameter of send email action and take and share the screenshot of it. Code view would show actual details of font size and family.
@annajhaveri it looks fine in the code:
The actual email: (cursor was in the email body)
also, when I save the flow, leave the page and open it again in edit mode, the font size resets to 12.
@AValk in the send email action, body parameter, if its not showing the code view, click on code view button as shown in below screenshot. Then wherever you have font-size: 9px, make it 9pt and it will have same 9 font size in the actual emails.
Hi Anna,
that seems to work!
However, when I save & exit the flow, then return to edit mode the font size setting is reset.
@AValk add <html><body> in start of your email content while you are in code view and add </body></html> at the end of your email content, that will not reset the content, as shown in below example
Hi Anna,
that worked, thanks!
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
2 | |
2 | |
2 | |
1 | |
1 |
User | Count |
---|---|
5 | |
3 | |
2 | |
2 | |
2 |