Hi folks,
I love using wrappers for image placement. I usually hard code an image URL into the wrapper, but I want to use a field that hosts the URL in SF… doesn’t seem to like it.
Any suggestions?
Hi folks,
I love using wrappers for image placement. I usually hard code an image URL into the wrapper, but I want to use a field that hosts the URL in SF… doesn’t seem to like it.
Any suggestions?
Try referencing the field with triple brackets:
{{{my_image_field__c}}}
I thought that was going to do it! but sadly… it did not. thank you for the idea though!