Download 2 files on button click
Hello,
I'm trying to download an excel file that is filled using MSOGenerateExcelFile on click of a button using an activity on refresh section action.
I need to download with the excel a word template in the same activity. When doing this only the last file that is being downloaded in the activity is being downloaded. The other file is not being downloaded. I traced the activity and everything is working correctly. I even tried to run the activity from designer studio the same thing is happening even when I switch the download.
So, how to download 2 files one using MSOGenerateExcelFile and the other using any method without having to zip them??
Thank you.