Forum Discussion
Power automate - Extra line in mail body on using action "Send an email notification (V3)"
yogender1985 I have found same question on another forum. I will add same workaround here. So please try below suggestions & let us know if it works for you.
To get rid of the extra line at the end of the "Send an email notification" Flow action simply add the following piece of HTML at the end of your email body:
<div style="display:none !important">
// This area hides the unwanted message at the end of your email
Explanation:
We create a div tag, but don't close it. It means all content that is added after this div tag is considered a child content and the style="display:none !important" will hide the div itself and all its child contents.
Output:
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.