Sending Mail with Multiple Attachment

Heres how I did it.
I have a bot that downloaded a ton of reports (small) but named “DE-XXXXX-XXX.pdf” some times there would be none, other times I could have 10. So…

First thing is to assign a ARRAY OF variable.

Then, once that MailAttachments variable is loaded, just drop it into the AttachmentCollection property of Send Outlook Mail.

I hope this helps. (and sorry if someone already posted this answer)