How do you send multiple files in multiple Emails?

I want to send multiple files, separately, on one Email. how is it possible by UIpath?

You can use send mail activity in a loop with add attachments; dynamically giving a path.

Regards,
Karthik Byggari

2 Likes

can you give me some ready example of it? I am working on my MA currently and started to learn UIpath two days ago )))
I am using send outlook message and I could added only one attachment and it works but don’t understand how to do it with several files dybamically.

@meshvela

Please refer the link it might help

Regards,

Pradeep Sridharan

2 Likes

Hello,

In send outlook mail message activity, if you know defined number of files you can use attachments property, if you don’t know the number of files you can use the AttachmentsCollection and pass the list or array variable into it.

Thanks,
Megharaj Yadravi

1 Like

I know exact number of files can you give me some example?

Hello,

You can take a look at this workflow for example,

Sequence.xaml (8.0 KB)

Thanks,
Meg

1 Like