Created
September 27, 2019 20:21
-
-
Save zuzannamj/84a6684fa5136ad9610b97ae9a9ee52a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%%[ | |
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