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

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