File transfer

Hi ,

I want transfer of a number of files and send mail for that. Every time i am sending files" message " is being stored in the" statusMessage".So the for the last file being transferred the status is overriden and while sending mail the last one is being sent.

What should i do if i want to preserve the status message for each of the transfers so that i can send in mail saying all the files are transferred?

Thanks

Hi Surbhi,

you can concat the names in the loop and the use the cocatened list of names for the mail after the loop finished.

Or you can add them to a list of names during loop and the loop over the names and concat them when building the mail body.

Please check for the PSUtilities package available from the community which has a multiconcat service whhch is missing in the IS Built-In Services.

Regards,
Holger