Forked from wvpv/sfmc-ampscript-lookup-single-column-single-row.amp
Created
February 6, 2017 18:34
-
-
Save katydorjee/7ee0872d0b8f6f56cb8b240aab4a56ef to your computer and use it in GitHub Desktop.
SFMC AMPScript Lookup value of single column value from a certain row
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
%%[ | |
var @DEColumn1, @lookupValue | |
set @lookupValue = "whee" | |
set @DEColumn1 = Lookup("DataExtensionName", "ReturnColumn", "LookupColumn", @lookupValue) | |
]%% | |
DEColumn1 is %%=v(@DEColumn1)=%% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, what "whee" means in the example?
Thanks in advance)