Show barcode image in the email - Nintex Office 365 workflow

  • 19 May 2020
  • 1 reply
  • 6 views

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


1 reply

Userlevel 4
Badge +10

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