활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
How to display data linked to a profile or recipient as multiple rows in a email delivery. This requirement is something similar to this post https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-standard/using-data-linked-to-profil... but with Adobe Campaign Classic.
Email body to display data in below format
| Item | Rate |
| Item 1 | Rate 1 |
| Item 2 | Rate 2 |
| Item | Item | Item | Rate |
| ItemA 1 | ItemB 1 | ItemC 1 | X Rate 1 |
| ItemA 2 | ItemB 2 | ItemC 2 | X Rate 2 |
| ItemA 3 | ItemB 3 | ItemC 3 | X Rate 3 |
조회 수
답글
좋아요 수
Hi,
You can store data as List in one variable and then use JS in email to display them as desired.
Logic will be: Change rows in column so that there will be one row with respect to each profile/recipient.
Then use those columns in your Email.
Let me know if you need more help for building it.
Thanks.
조회 수
답글
좋아요 수
조회 수
답글
좋아요 수
You can display them by selecting variables in delivery and iterate over them using for loop to print those results .
Let me know if you need more help.
Regards
AM
조회 수
답글
좋아요 수
조회 수
답글
좋아요 수