Skip to main content
Cadet | Tier 2
February 21, 2023
Solved

How to attach multiple files from desktop as attachments in send email action

  • February 21, 2023
  • 16 replies
  • 4170 views

I have to attach multiple files to a single mail as attachments . How to attach multiple files from desktop as attachments in send email action and send a single mail with all the attachment in it.

Best answer by Zaid Chougle

Yes  I tried with list option only with variables in the file path. Still I am not able to attach all the files inside a single email.

 

Please refer below image of solution for sending multiple attachments in a single email.

 

Variable type to be list and subtype of that file to be file.

16 replies

Cadet | Tier 2
March 16, 2023

but even so, it is not possible to send all the documents, it will send you a single file, in this case it will send position 0

Cadet | Tier 2
March 16, 2023

Or simply append the file paths into a string variable (comma separated) and use that string variable in the Attachment field.

Cadet | Tier 2
March 16, 2023

Adding them manually does not work for me, is there a way to attach them dynamically, for example, sometimes there may be 10 files to attach to an email, tomorrow there may be 5 and so on

Zaid Chougle
Navigator | Tier 3
Navigator | Tier 3
May 17, 2023

Yes  I tried with list option only with variables in the file path. Still I am not able to attach all the files inside a single email.

 

Please refer below image of solution for sending multiple attachments in a single email.

 

Variable type to be list and subtype of that file to be file.

@CAMILO ANDRES.O 

You can refer the quoted message for dynamic add of attachments

Lets Automate !
Cadet | Tier 2
September 3, 2024

On adding item to list by default it adds with comma and we cannot change it to semi-colon separated.

Change the package version to lower one where you can pass attachment parameter as semi-colon separated string.

Cadet | Tier 2
April 10, 2025

I got it that way.

 


The list lAnexo is type File

 

 

Email: send