We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Copy data from String Field to HTMl with proper format

Priya75
Tera Contributor

Hi All,

 

I have a String field , which has a defaut value as:-

1.Issue : abc

2.Business Impact : abc

3.Mitigation or actions taken : abc

 

on submit of this form, its get copied to a HTMl field, but the format is bit different like shown below. Is there any way to change it i want to make issue, business impact bold  and want to have few spaces as well .

1.Issue : abc 2.Business Impact : abc 3.Mitigation or actions taken : abc

7 REPLIES 7

value is copied via BR or UI Action script?

Yes.

Then in the script you can use above script. Or you can share script.