Skip to content

Instantly share code, notes, and snippets.

@camrobert
Created January 6, 2023 09:13
Show Gist options
  • Save camrobert/9064fcca18e3de3d044c113a9714209d to your computer and use it in GitHub Desktop.
Save camrobert/9064fcca18e3de3d044c113a9714209d to your computer and use it in GitHub Desktop.
Code Snippet
%%[
SET @rows = LookupRows("DENAME", "Key", "Value")
FOR @i = 1 to RowCount(@rows) DO
]%%
EmailAddress: %%=Field(Row(@rows,i), 'EmailAddress')=%%<br>
%%[
NEXT @i
]%%
@cvvishalkumar
Copy link

This would really avoid keeping a tab opened for Ampscript.guide everytime working on LookupRows. Thanks Cam

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