Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save katydorjee/7ee0872d0b8f6f56cb8b240aab4a56ef to your computer and use it in GitHub Desktop.

Select an option

Save katydorjee/7ee0872d0b8f6f56cb8b240aab4a56ef to your computer and use it in GitHub Desktop.
SFMC AMPScript Lookup value of single column value from a certain row
%%[
var @DEColumn1, @lookupValue
set @lookupValue = "whee"
set @DEColumn1 = Lookup("DataExtensionName", "ReturnColumn", "LookupColumn", @lookupValue)
]%%
DEColumn1 is %%=v(@DEColumn1)=%%
@arnaudGithub
Copy link

Hi, what "whee" means in the example?
Thanks in advance)

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