I am using the new Cards region of APEX 20.2 the problem I am facing is that I cannot escape characters on this region. For example I want to create a card region that each card will have multiple thumbnails based on the following select
Select '123' card_ID, '<img src="photo1.jpg" height="50"> <img src="photo2.jpg" height="50">' Photos from dual
I have not found a way to escape the characters and show the images. It shows the text "<img src="photo1.jpg" height="50"> <img src="photo2.jpg" height="50">
I have tried the advanced formating also.
Any ideas?