How Create and send new email with Attached Dynamic pdf files

Hello,

I need to send an e-mail with an attachment that has dynamic name , or named file to a specific person. in pdf or words.

example file names
DBS Statement.pdf
OCBC Statement.pdf

example excel data
name / email / file type / message => DBS / 123@dbs.sg / PDF / Message

Hi i think this is possible,

you just need to adjust the name of the file before inserting it into outlook attachment

create 3 var
varname
varmail
vartype
message

then after entering the correct value as you want

use assign to combine them
varname+“/”+varmail+“/”+vartype+“/”+message.tostring

but i dont think filename will work if have “/” character because it indicate filepath

Regards
ahmad

Hi There Thanks Admad I’m still new to this UiPath is it possible to give me an example so I can understand better Thanks.