Hi Everyone,
Iam trying to display image/document from base64 clob data coming from an API
1)API is returning clob that contains mutliple images
2)with apex_json i am finding the base 64 clob column and inserting each image as 1 row in to a table
3)Using cards (media in attributes section) to display base 64 as image is not working and i tried converting base 64 to blob to apex native feature to display images with blob column that is not working either
could someone pls help me with the steps or provide a code example for displaying base 64 images
additionally, if anyone has insights into thos topic, could you also help my lead with the same issue?
Thanks in advance for your help!