Skip to main content

Hi,

we are generating the barcode image using google API. The Barcode Image URL looks like below

https://chart.googleapis.com/chart?cht=qr&chs=300x300&chl={ItemURL}. The image URL is stored in the list Item as "Hyperlink or Picture" data type. 

I am trying to show the barcode image in the email using Office 365 workflow but no luck. I get a blank email when i try to send to an email.

Could you please let me know if there are any setting i need to do embed the barcode image in the email?

 

Thanks,

Devendra

I think you need to encode your item url (provided by the variable {ItemURL})



Have you already tested with a static URL (without varibale) ? like : https://chart.googleapis.com/chart?cht=qr&chs=300x300&chl=http%3A%2F%2Fgoogle.com 



 


Reply