Can we able to add image and different color inside data reference or list view in Pega Constellation ?

Can we able to add image and different color inside data reference or list view in Pega Constellation ?

Data Refference.png

@VenkateswararaoK17505000adding image inside table is not recommended solution. You might have accessibility issues. Since Pega 25 there is option for conditional formatting of Insights tables. Take a look here for more details: Pegasystems Documentation

@VenkateswararaoK17505000 : To add on to what @Kamil Janeczek mentioned, if you absolutely need an image inside a table and do not have accessibility concerns, you will have to take the route of a custom component which can take the image (green, amber etc) along with the text and inject it into the table cells for list views. But a little heads-up on that front, this component injected may cause performance issues while loading the table records.