How to make bold letters in body of the notification message.

Community Alums
Not applicable

Hi All,

In my first run script activity have a scratchpad variable(workflow.scratchpad.msgFinal) where i am storing a result. Please refer below

find_real_file.png

After this run script activity i have a notification activity where i am printing the scratch pad variable in body of the mail. And it should be look like below. Bold & Underline. I have used <b> tag and <u> tag in runscript. But am not getting bold and underline format. 

find_real_file.png

Is this can be achievable only by notification script? 

Regards,

Sirraj

1 ACCEPTED SOLUTION

yahh , tested it can be used, <b> and <u>  can be set using run script activity as well.

lets do one thing, would it be possible if you can break your string and hardcord some text and see if its setting correctly format or not. 

 

View solution in original post

19 REPLIES 19

Community Alums
Not applicable

It can be used.

i think the script which you have used, it can be recreate on your email script and you will do the same logic there in email script to get the exact output. and then call email script on your notification activity . give a try

Community Alums
Not applicable

I doubt whether i can recreate it or not in mail script. Cos i am giving input vcenter to a subflow (has orchestration powershell activities) and getting response from the subflow as a output to each vcenter whenever i loop.

 

yahh , tested it can be used, <b> and <u>  can be set using run script activity as well.

lets do one thing, would it be possible if you can break your string and hardcord some text and see if its setting correctly format or not. 

 

Community Alums
Not applicable

Yes it worked. Thanks Harshvardhan, it can be achieve in run script itself. 

@Ankur Bawiskar thanks ankur for your support too.