Skip to main content
Nintex Community Menu Bar
Solved

How to add an image in a table row in V2

  • July 11, 2024
  • 3 replies
  • 25 views

Forum|alt.badge.img+1

For every record there is one image associated with it, how can i view that image in a table row.

Best answer by Elena_ONeil

Hi Hemanth,

You can use a template with HTML enabled in your table to achieve this. I’m doing something similar, and used this html in the template:

Avatar.

I added a few style properties to get the look I wanted, but they are optional.

3 replies

Forum|alt.badge.img+5
  • Nintex Employee
  • Answer
  • July 12, 2024

Hi Hemanth,

You can use a template with HTML enabled in your table to achieve this. I’m doing something similar, and used this html in the template:

Avatar.

I added a few style properties to get the look I wanted, but they are optional.


Forum|alt.badge.img+11
  • July 12, 2024

Thanks @Elena_ONeil !

@Hemanth did this help you answer your question?


Forum|alt.badge.img+1
  • Author
  • July 12, 2024

Yes thanks