Response Templates not showing embed pictures

IC2
Tera Expert

Hi All,

I am facing some issue with the response template functionality in ServiceNow.

It seems the pictures embed to the template only displays to the person who created the template. If someone else use the response template, the pictures does not appear.

For example, here we can see the template looks fine when I use it:

find_real_file.png

 

But when someone else use it, the picture does not display:

find_real_file.png

Any help would be appreciated.

Thank you,

Greg

 

1 ACCEPTED SOLUTION

Hi

You should look at getting the image on the db_image table.  Then insert the image from that table on your template.  It should give you some html string to insert the image.

Hope that helps.

View solution in original post

6 REPLIES 6

Hi Greg D

Did the previous reply did help you resolve please set as correct answer.

 
Dave

Hi Dave,

Can we also do the same with videos? I have a requirement where user wants to add video to the response template

 

Thanks