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

Print space before bulleted list in email script

akshay jadhav
Tera Contributor

Hello All,

 

As shown in the screenshot below, we need to build email format. I am able to get space before the line begins, however I am getting stuck adding space before the "bulleted list".

akshayjadhav_1-1714415590550.png

 

I am trying below format but it does not work.

akshayjadhav_2-1714415809411.png

It prints as seen below.

 

akshayjadhav_3-1714415845559.png

 

Does anyone have any idea regarding this?

 

 

 

1 ACCEPTED SOLUTION

nataliya_b
Tera Guru

to generate list, you need to use <ul><li>your list item here</li></ul>

View solution in original post

1 REPLY 1

nataliya_b
Tera Guru

to generate list, you need to use <ul><li>your list item here</li></ul>