I have an image field in Salesforce that can (depending on the situation) display more than one image. In Skuid, all I see is the HTML when I try to display the field in a text box (with or without allowing HTML for the field) and when I try to use the Skuid Image component, I just get a broken image.
Â
Here’s the HTML from the text field:
Â
<img src="/servlet/servlet.FileDownload?file=015PM000000t2nZ" alt="Account Icon" border="0"/> <img src="/servlet/servlet.FileDownload?file=01538000002DI0u" alt="Account Icon" border="0"/><br>
Â
Here’s the link from the broken image:Â
Hiding this part of the URL]/apex/%3Cimg%20src=%22/servlet/servlet.FileDownload?file=015PM000000t2nZ%22%20alt=%22Account%20Icon%22%20border=%220%22/%3E%20%20%3Cimg%20src=%22/servlet/servlet.FileDownload?file=01538000002DI0u%22%20alt=%22Account%20Icon%22%20border=%220%22/%3E
Â
I am running Edinburgh Update 1 (16.1.8.0)
Â
What am I doing wrong?