Created
December 5, 2023 08:11
-
-
Save katydorjee/2bdd0039cb53ce8cf1ad55278315a29e to your computer and use it in GitHub Desktop.
Lookup Data Extension - Ampscript
This file contains 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
%%[ | |
SET @subKey = '100' | |
SET @firstName = Lookup("Data_Extension_Name","First_Name","SubscriberKey", @SubsKey) | |
]%% | |
%%=v(@firstName)=%% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
check SSJS version here