I want to send email to the email ids in 3rd column as a table in outlook to respective people.
I am new to UiPath.
Also i want to send email to abc and all its contents ina single email as a table not multiple emails.
So the requirement is filter the distinct emails and send its associated content as a table in single email to respective people.
Hello @Manjuts90: I would need a small help as I am not able to do it.
I have changed the excel file and now there are 16 columns in it.
The last column is Email address and I want all 16 columns to be sent as a table in outlook email body part. Can you please guide me.
Here is the excel file.
Sorry its not working for me. The above which was shared by @Manjuts90 was perfectly working.
I just want all 16 columns to be added as table like it is working for 3.
I am working on that but not able to find where I am going wrong.
@Nandan_Kumar_Prasad To add all 16 columns try to add few variables to existing code.
I editing the code which i present in workflow which i have sent
For adding column names follow like below. keep on adding till as many as columns you required like i added dt.columns(3).ColumName
I had figured out that there were few blanks in Email Address columns.
I tried and I was able to get the result.
However I have a question,
Can we send the table as well as attachment with the email and is it possible to update the Hi and Name of the receipt in the email as we have Name columns as well in Excel file.