Skip to content

Instantly share code, notes, and snippets.

@zuzannamj
Created March 22, 2022 11:56
Embed
What would you like to do?
%%[
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