seperate pdf downloads issue one by one

0
hi team, i have create a flow in which user selects the checkbox and the one pdf downlaods for the selected checkbox. but now i want if user selects three checkbox then the three seperate pdf downloads one by one . how i can achieve it ? thanks
asked
2 answers
1

You have to retrieve all selected objects based on your checkbox in a microflow. You can then add a download activity per object in the same microflow. You also need to make sure that the checkbox attribute you changed is committed when it is changed or you won't be able to retrieve it.

answered
0

You can achieve what you want by separating the microflow download actions by calling them separately from a nanoflow.

This will request the user to allow the application to download multiple files. 

 

answered