-1

I am trying to something fairly simple: I have a first "Get File Names" step that generates a list of folder names and a second "Get File Names" step that should take the folder names from the first and list the files in that folder. However, I have trouble getting the second step to work.

1 Answers1

1

Example below enter image description here

Anyway it is not recursive. It just make what u described. Only files in second level directory.

If u need recursive just use JavaScript Step and Java API to get recursive list of files.

simar
  • 1,782
  • 3
  • 16
  • 33