Send specific file with SMTP

Hi,
I would like to a particular file as SMTP attachment. Let the name of the file be abc-july27.pdf However the 2nd part of the name of the file changes after each daily download. How can I attach the file even if the name changes?
Thanks & Regards,
Aditya.

Hi @ADITYA_MUKHERJEE, you can put the second part of the name in a variable and use it. The variable value can be given in an input excel, or can be generated using an assign activity and suitable DateTime format. Thus, you can make the name dynamic. Hope it works! Please mark it as a solution if it does! Thanks!

1 Like