Skip to main content

Notifications

Power Apps - Building Power Apps
Unanswered

How to make text bold in Launch function

Posted on by 292

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" &

  • AshwiniBhandari Profile Picture
    AshwiniBhandari 97 on at
    Re: How to make text bold in Launch function

    Hi nagaraj007,

     

    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 

     

  • nagaraj007 Profile Picture
    nagaraj007 292 on at
    Re: How to make text bold in Launch function

    Its not working in Launch function. Please advice.

  • timl Profile Picture
    timl 31,758 on at
    Re: How to make text bold in Launch function

    @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" &

     

  • AshwiniBhandari Profile Picture
    AshwiniBhandari 97 on at
    Re: How to make text bold in Launch function

    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 

     

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.

Helpful resources

Quick Links

October 2024 Newsletter…

October 2024 Community Newsletter…

Community Update Oct 28…

Power Platform Community Update…

Tuesday Tip #4 How to Conntact Support…

Welcome to a brand new series, Tuesday Tips…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 142,733

#2
RandyHayes Profile Picture

RandyHayes 76,308

#3
Pstork1 Profile Picture

Pstork1 63,750

Leaderboard