Skip to content

Instantly share code, notes, and snippets.

View cvvishalkumar's full-sized avatar
🤓
Climbing the ladder to reach the summit of being a Salesforce MVP!

cvvishalkumar

🤓
Climbing the ladder to reach the summit of being a Salesforce MVP!
View GitHub Profile
%%[
SET @rows = LookupRows("DENAME", "Key", "Value")
FOR @i = 1 to RowCount(@rows) DO
]%%
EmailAddress: %%=Field(Row(@rows,i), 'EmailAddress')=%%<br>
%%[
NEXT @i
]%%