Created
December 5, 2023 08:12
-
-
Save katydorjee/538dc75927bd8c3c3e4df5d72e08969d to your computer and use it in GitHub Desktop.
Lookup Data Extension - ServerSide Javascript
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
<script runat="server"> | |
var subkey = '100' | |
var firstName = Platform.Function.Lookup('Data_Extension_Name','First_Name','SubscriberKey',subkey) | |
Write(firstName); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
check Ampscript version here