Could any one let me know how to add a text in image file using UIPath

Could you please elaborate.

@Srinivasch

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)

@Srinivasch

please upload the attached script :slight_smile:

Reuploading againā€¦

BirthDayEmailGeneration.xaml (39.5 KB)

hi @Srinivasch

BirthDayEmailGeneration1.xaml (39.0 KB)

please check this file

Below is the error while triggering.

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.

@Srinivasch

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