Skip to main content
I have tried two methods to get a header image into a PDF email attachment that is being generated inside of a Visual Workflow.

 

From what I understand standard links aren't supported, so my first attempt didn't work, which was a standard image link. <img src = "https://xxxx--c.nax.content.force.com/servlet/servlet.ImageServer?id=xxxxxxxxxxx&oid=xxxxxxxxxxx&lastMod=xxxxxxxxxxx" />

 

So I tried using a static resource. <img src = "{!$Resource.contract_header}" /> but it wouldn't let me hit save and errored that the resource doesn't exist. I assume the resource must be from inside of the workflow.

 

Image formulas were suggested, but in a visual workflow a formula must return a number.

 

Has anyone out there created a visual workflow that sends an email that includes a PDF file, and used images in that PDF file? I know I'm getting specific here.
1 件の回答
0/9000