Loop through couple of work cases with HTMLToPDF only generate 1 PDF
I'm trying to generate several PDF by manually triggering an activity that will loop through several Work cases by calling the OOTB method HTMLToPDF to generate the PDF. If I run it with only 1 Work case then it will work and I get the file but when I run this activity with multiple Work case then it will only populate the last case and give me only one PDF. How do I loop through HTMLToPDF to give me one PDF for each Work case with one activity call?