Hi everyone,
I'm looking to use personalization strings from two different data extensions (that are related) in one email. Is this possible and if it is how could I achieve this? Any help would be greatly appreciated!
댓글 3개
Hi @Matthew Cooke You have to use LookupRows OR LookupOrderedRows functions with FOR loop.
LookupRows
https://developer.salesforce.com/docs/atlas.en-us.noversion.mc-programmatic-content.meta/mc-programmatic-content/lookuprows.htmLookupOrderedRows
https://developer.salesforce.com/docs/atlas.en-us.noversion.mc-programmatic-content.meta/mc-programmatic-content/lookuporderedrows.htmUsing the FOR Process Loop in this link
https://developer.salesforce.com/docs/atlas.en-us.noversion.mc-programmatic-content.meta/mc-programmatic-content/languageElements.htm