Save Word Document With Customer Name

Hi Guys,

I have a scenario like below,kindly help me on this.

I have 3 customers X,Y,Z.First i am processing the data for X and want to the create a MS word document and save that document with the customer name itself in a folder.

Next the same process should repeat for rest of the customers too.

please suggest if any sample code.

Thanks

install word activity package from package explorer if not added to you activities list.

  1. use append text to add data to the word ( provide path to save the file, if not exists it will create one)

  2. the file name you want to create can appended as variable, variable you can be file name based on your requirement

thanks

1 Like