Skip to content

Instantly share code, notes, and snippets.

@katydorjee
Created December 5, 2023 08:11
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 katydorjee/2bdd0039cb53ce8cf1ad55278315a29e to your computer and use it in GitHub Desktop.
Save katydorjee/2bdd0039cb53ce8cf1ad55278315a29e to your computer and use it in GitHub Desktop.
Lookup Data Extension - Ampscript
%%[
SET @subKey = '100'
SET @firstName = Lookup("Data_Extension_Name","First_Name","SubscriberKey", @SubsKey)
]%%
%%=v(@firstName)=%%
@katydorjee
Copy link
Author

check SSJS version here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment