Get the attachment in one email only

Hi,
I have two files in a folder, so when I send the email to attached with this file, it send me this files in two separate email. I want these attachment in one email only. kindly suggest.

see I when I email I am getting like this. But I want to see these both attachment in one email only.
image

@lakshman @Palaniyappan @HareeshMR @Lahiru.Fernando

The attachments property supports Collection type. So you can write something like {Path1, Path2} where Path1 is the path of the 1st file, and Path2 is the path of the 2nd file.

1 Like

See I have used this approach.

image

so this sending attached the attachment one by one sending a email.

But in my folder I have two attachment, I want to attach both the attachment in a single email only.

@Palaniyappan

Instead of a for each loop and having item in the Attachments field, put the ListFiles in the AttachmentsCollection field.
Please see https://docs.uipath.com/activities/docs/send-outlook-mail

1 Like

can you provide me the sample workflow bro, if it’s possible. Thankyou

you mean like this,

Yes, something like that.

1 Like

I did same but it showing me an error.

What is that error? Is your ListFiles variable of type String [ ] ?

Resolved, Thanks a lot bro.

1 Like

No problem, Happy automation :smiley:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.