Skip to content

Instantly share code, notes, and snippets.

@zuzannamj
Created September 27, 2019 20:21
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save zuzannamj/84a6684fa5136ad9610b97ae9a9ee52a to your computer and use it in GitHub Desktop.
%%[
var @email, @skey
set @skey = AttributeValue("_subscriberkey")
set @email = Lookup("_Subscribers","EmailAddress","SubscriberKey", @skey)
]%%
Email Address: %%=v(@email)=%%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment