Sending multiple dynamic attachments(.xlsx) using 'send SMTP Mail Message'

Hi all, I’ve downloaded several .xlsx files from a website and trying to send all the downloaded files through email. How could I do it?

Hi @RPA_Innovation

You have an option to send array of files. Do Directory.Getfiles(“Yourfoldercontaining all files”,“*”) will give you array of files. Pass the array to send email activity

cheers