How to add images to datatable cells

I want to add screenshot images to a column in a data table is there a smart way out?
Please help

1 Like

@Priyanka_Sharma1,

Use UiPath.Core.Image as the datatype for a column in the datatable and add the screenshot image in that.

i tried it, But while writing data table to word file , the column cell displays uipath.core.image instead of displaying image

Did you find any solution?

yes, I created solution my-self, I added a new column named “image Screenshot” and added rows to that column with the value "img src=‘image path’ " for every row.
Later i converted that data table to html and used it in email. I got image in the desired column of mail. :slight_smile:

4 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.