Could you please elaborate.
open sequence - cop.xaml file and run it with your image.
note: - change image file path in main file.
provide xlsx for processing
Sequence - Copy.xaml (7.8 KB)
Main.xaml (8.6 KB)
Below is by excel sheet and FirstText has to read from āNameā column
DOB | Name |
---|---|
21-01-2019 | Srinivas Rao |
22-01-2019 | Ashis |
22-01-2019 | Naveen |
I am getting 2 Birthday emails with todays DOB with same names i.e., with name āNaveenā. Ideally it has to send two different emails (one with Ashis and other with Naveen).Please find the attached script and correct me if i miss any.
BirthDayEmailGeneration.xaml (39.5 KB)
please upload the attached script
Reuploading againā¦
BirthDayEmailGeneration.xaml (39.5 KB)
Sry to say thisā¦earlier i used to get the images in email body but now i am getting
āimg src='C:\Emp\New\22-01-2019.jpgā text in the body with new provided code. Kindly guide me.
My scenarios follows:
Get the DOBās of each employees from excel
Send the emails by appending the name of the employee in the image file to all.
If multiple employees comes under the same DOB then two different emails has to trigger.
Have you check this files?
I am doing same thing. And it is working fine for me since last year.
Is it possible to get the column names as well in below condn.
row(0).ToString = Now.ToString(ādd-MM-yyyyā)
This condition assigns date value to stringā¦
Instead just try to change src path or pass path dynamically
Have you tried to pass variable instead of simple path?
Yeah I tried.
Worked?
No luck.
I think i missed ā this symbol at end?
I think you should add one more activity
After sending mail in loop
Delete file path and delete newly created file by robot.
This should work.
k ā¦will try and let u know. Thanq