- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2020 11:11 PM
Hi All,
In my first run script activity have a scratchpad variable(workflow.scratchpad.msgFinal) where i am storing a result. Please refer below
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.
Is this can be achievable only by notification script?
Regards,
Sirraj
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2020 01:15 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2020 12:54 AM
It can be used.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2020 12:34 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2020 12:57 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2020 01:15 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2020 03:00 AM
Yes it worked. Thanks Harshvardhan, it can be achieve in run script itself.