Announcements
Hello All,
I need to make Text Bold (Subject / Action) in launch function. Please advise how to do that. Below is the formula.
Launch( "mailto:" & " " &"?subject= " & " " & ThisItem.'Subject / Action' &"&body=" & "Dear All," & "%0D%0A"& "%0D%0A" &"The following Subject requires your attention: %0D%0A %0D%0A" &"Subject / Action: " & ThisItem.'Subject / Action' & " %0D%0A" &"%0D%0A" &
Hi nagaraj007,
Already answered by @RezaDorrani
https://powerusers.microsoft.com/t5/Building-Power-Apps/Bold-part-of-text-when-using-launch-email-client-function/td-p/348611
@nagaraj007
If you're looking to boldify the subject/action section in your email body, you would add <b></b> tags around the areas that you want to boldify.
Launch( "mailto:" & " " & "?subject= " & " " & ThisItem.'Subject / Action' & "&body=" & "Dear All," & "%0D%0A"& "%0D%0A" & "The following Subject requires your attention: %0D%0A %0D%0A" & "<b>Subject / Action:</b> " & ThisItem.'Subject / Action' & " %0D%0A" &"%0D%0A" &
Its not working in Launch function. Please advice.
As earlier mentioned, this cannot be achieved using Launch function. Try using the Office365.SendEmailV2 function instead. Attaching another link where you can clearly see the use of this function including bold text.
https://powerusers.microsoft.com/t5/Building-Power-Apps/Sending-Emails-using-Office365-SendEmail/td-p/34620
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.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Haque 84
WarrenBelz 79 Most Valuable Professional
Kalathiya 40 Super User 2026 Season 1