Inside the job I have several transformations. In particular, one transformation looks up filenames from some directory. 'Copy rows to result' is used and next transformation in the master job is using those rows(filenames). After several steps in the master job another transformation needs these filenames.
How could I access those values from inside the last transformation (given that last transformation is preceded by several other steps in the job) ?
Thank you.