Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!
SOLVED

Iterating through custom table in Email Attachment

Avatar

Level 1

Hi team,
I need to create a logic for dynamic table within a PDF attachment of email delivery .

please let me know of any appropriate approach in this scenario. I went through documentation,however there was no proper approach mentioned for the same. I tried using following script but that didn't work out.

<%=

for (var i = 0; i< customProduct.length; i++){ 

if(customProduct[i].email==targetData.email)) { 

document.write(customProduct[i].email); 

}

%>

Note: link to the documentation

Generating personalized PDF documents

Thanks

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi Chetan,

Are you trying to do something similar to this?

1597413_pastedImage_0.png

Regards,

Deb

View solution in original post

8 Replies

Avatar

Community Advisor

Hi Chetan,

Are you using Open Office to create the attachment as mentioned in the documentation?

Regards,

Deb

Avatar

Level 1

Hey Deb,

yeah, I did upload my primary file in open office document format(.odt). FYI I got proper results on using single scripts like <%=customProduct[1].email%>. However on using loop there seems to be some kind of error.

Thanks.

Avatar

Community Advisor

Please can you post the error message.

Regards,

Deb

Avatar

Level 1

Hey Deb,Capture3.PNG

Appreciate your help.
Since we were not able to render of send the campaign. I am attaching the preview.

thanks

Avatar

Community Advisor

Hi Chetan,

Please can you try to put "<%customProduct[i].emai%>" instead of "document.write(customProduct[i].emai)" as explained in the following URL and give it a try.

Generating personalized PDF documents

Regards,

Deb

Avatar

Level 1

Hey Deb,
Have tried this query <%customProduct[i].email%> and its rolling perfectly. Even the query <%=customProduct.length%> got me proper results.
What I have observed is that running the whole script is giving me Error. Especially the loop part.
All of the Single statement Codes are working perfect.

Thanks.

Avatar

Correct answer by
Community Advisor

Hi Chetan,

Are you trying to do something similar to this?

1597413_pastedImage_0.png

Regards,

Deb