I have a problem regarding Downloading multiple pdf document

0
I am working on a functionality in which i want to download muliple pdf documents which is stored in pdf_report entity for different id’s selected by user. I retrieved the id’s which were selected by the user in for each loop and applied download activity but it is downloading 1 pdf doc for all id’s,  But I require muliple pdf doc for selected id ‘s. Please help me regarding this.
asked
2 answers
0

your microflow is not right.. 
you will have to iterate over the list of documents for downloads. 

answered
0

Hi, Thanks for the correction.

This is the latest microflow and it is downloading report for different id’s in same pdf document but i want  different pdf for different id’s.
ex: if id’s are 01, 02 then it should download two pdf one for 01 and second  for 02

answered