Wants to Rename Save attachment file

Hi

yes of course we can use move file activity to save the file name we want
like this
pass the file path of the file in the source property
and in destination property
mention like
“yourfilepath\”+“yourfilename”+“_”+Now.ToString(ddMMyyyy)
+“.yourfileextension”

For more info on this

https://forum.uipath.com/t/how-to-rename-the-attachment-file-after-downloading-from-outlook/11886

Cheers @Shubham4323

1 Like