I have an Excel file full of customer data. I need to generate PDF letters from these data. Below is a sample:
| First Name | Last Name | Gender | Profession | Email Address |
| Emily | Lynch | Ms | Anthropologist | emlynch@gmail.com |
| Antony | Branson | Mr | Researcher | atrason@gmail.com |
| Louis | Phelps | Ms | Student | lkphelps@gmail.com |
(All data provided are fictional)
For each row, I will need to output a PDF letter. These letters shall be COMBINED in one PDF not separated. That is, there should be only ONE multi-page PDF document that contains all the letters stacked together from the data file. (Page 1 is letter for Emily, page 2 is letter for Antony, etc.)
Questions:
1) Is there a way I can use Alteryx together with Microsoft Word templates to output PDFs for better formatting?
2) If using the Reporting tools is the only way, how do I do this? Is a batch macro needed?