
Hey! Whatsup! I have a question and I hope u can help me, well I´ve made a PDF generator in power apps, the thing here is I have a Screen with 6 pdf's generated by this function and I take a DataCardValue from a form this is the programation ...
Items: {Name:"Solicitud de Software.pdf";Value:varPDFEquipMov}
So the Name is the file and varPDFEquipMov my variant, but I wish to download more than 1 PDF with these, I don´t want to push button by button of each PDF, does it exist some kind of function or a better code to do this?
@Anonymous
You can use the following article as a reference to download multiple attachments.
Hope this helps.
Cheers!