Hello all,
I have following flow that at this moment is sending monthly mails with only one PDF file as attachment. The PDF files are uploaded into SharePoint and they are named after each month (January.pdf, February.pdf, etc.). This is how the flow knows what file to attach based on the month.




Question:
How can I add another file (it will be an archive with multiple files in it: FileName.zip) as attachment beside Monthly.pdf files.
Note: FileName.zip will be the same for each mail; nothing will be changed.
So, in the end, as example I should receive for this month an email with February.pdf and FileName.zip as attachments
Thank you in advance for your kind support !