Dynamic QR Code in Email Template

I created an action having a Google Doc as the email body template. How can I insert a QR code in the Google Doc so that it dynamically generates a QR code based on a value from the record. Here’s what it would look like to merge the <> in the QR code if I could use straight html in the Google Doc:


0 2 506
2 REPLIES 2

Does the following Tip by AppSheet team’s @Peter help

@Suvrutt_Gurjar
Ok got it. This worked:
LINKURL(concatenate(“https://chart.googleapis.com/chart?chs=150x150&cht=qr&chl=”,[Order Num]))
Thanks!

Top Labels in this Space