Announcements
How to put signature in action Send email or respond email with Outlook?, I try to put the signature in the action send email or respond with Outloo in PAD, How to do that?, only with HTML action?.,
Thanks by the tips and help
Hi @Anonymous
After the Body variable begin with your desired HTML to make it look like a signature
This is the content of the %Body% variable as an example:
Output after sending the email:
The solution works if there's no images in the signature. Images are not picked up even when mentioned with the full path in src attribute.
@Anonymous
Convert the file to base64 using the existing available action.
Then pass that base64 variable to the img tag as below
<img src="data:image/png;base64,%VarName%" alt="SomeImage" />
alt is any alternative text to give for the image.
Please note the : sign automatically got converted to : after submitting the post.
The correct syntax is:
This worked for me.
https://learn.microsoft.com/en-us/power-automate/desktop-flows/how-to/add-images-email-messages
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.
Jump in, show your community spirit, and win prizes!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Vish WR 470
Haque 416
David_MA 344 Super User 2026 Season 1