How to send outlook email along with excel file

I have a folder containing a collection of excel files. and I also have excel data “Listaccount”

In “Listaccount” there is a column for the name of the email in Outlook that will be sent.

The excel file in the folder has been given a name according to the one in excel “Listaccount” according to the “Subaccount ID” column

how is the UiPath workflow to be able to send email templates along with excel files according to “Subaccount ID”?
ListAccount (1).xlsx (10.1 KB)

Hi @Kia1

Can you try the below

CurrentRow("Subaccount ID").ToString.Equals(Path.GetFileNameWithoutExtension(CurrentFile.ToString))

Sequence3.xaml (13.2 KB)

Cheers!!

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