Hi I'm trying to print list(datatype) of file column from taggregaterow in tsendmail. In taggregatecolumn, I have two column, Folder and file Folder is about dir path and file is about files. May I know how can I store the output of file from taggregaterow and store into any variable. And use that variable to print all file names in tsendmail. Can anyone tell, how to do it ?
Hi? You can use tJavaRow to save each value to a variable then get them in tsendmail message body Adding below code in tJavaRow. context.ColumnName=context.ColumnName+input_row.ColumnName; Best regards Sabrina
Hi Can you please me, what is context.ColumnName here ? And how it is performing here ? Little confused !! And if here context.Columnname is storing all flies then after having componentOK from tjavarow to tsendmail need to mention just context.Columnname in message ? Right ?