Hello… I am trying to add images to pdf attachment but unable to display as images. Something similar to sample “Order Capture” report as below:
I tried the below steps:
-
Create Image Url using the below expression:
SUBSTITUTE(CONCATENATE(“https://www.appsheet.com/template/gettablefileurl?appName=“,“AID-ESMS-1036671”,”&tableName=”, “Images”,“&fileName=”,[ImageName]), " ", “%20”) -
In the google doc template, I use START expression to list our all the images:
<<Start:[Related Images]>><<[Image URL]>><> -
I have unchecked the option “Require Image and File URL Signing”
RESULT:
I get an clickable image url but not the image. When I click on the url, the image opens in a new tab. How do I get the image displayed inside pdf instead of URL. Am I missing anything?
Thank you!

