Skip to content

Instantly share code, notes, and snippets.

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/538dc75927bd8c3c3e4df5d72e08969d to your computer and use it in GitHub Desktop.
Save katydorjee/538dc75927bd8c3c3e4df5d72e08969d to your computer and use it in GitHub Desktop.
Lookup Data Extension - ServerSide Javascript
<script runat="server">
var subkey = '100'
var firstName = Platform.Function.Lookup('Data_Extension_Name','First_Name','SubscriberKey',subkey)
Write(firstName);
</script>
@katydorjee
Copy link
Author

check Ampscript version here

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