Skip to content

Instantly share code, notes, and snippets.

@zuzannamj
Created March 22, 2022 11:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zuzannamj/ad11ba05d7dfe81e791e44d94c1f8ee4 to your computer and use it in GitHub Desktop.
Save zuzannamj/ad11ba05d7dfe81e791e44d94c1f8ee4 to your computer and use it in GitHub Desktop.
%%[
set @value = Lookup("Barcode Data","Barcode","SubscriberKey", _subscriberkey)
set @codabar = BarcodeURL(@value, "Codabar", 100, 50)
]%%
<img src="%%=v(@codabar)=%%">
<br>
%%=v(@value)=%%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment