How to change the attachment file name dynamically

Hi All, @Anil_G

i have a scenario like bot send an email with atatchment and attachment name is same throught all process, i want filename should be changed based on countrywise.
so i have input file i want to read the attachment column and while sending an email need to change the file name attachment accordingly for each country list.
image

i have configured this in config file, need it to change it dynamically.
img for ref
image
how to achieve it

Hi @RAKESH_KUMAR_Tiwari ,

You can use string manipulation to replace the file name with your required name and achieve this.

Regards,

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.