How to read multiple files from folder/subfolders in input step
How to moves files present in the subfolder to another folder
The folder structure is like as below, wants to move the files present in the subfolder to another folder.
Main folder --> Input, output, Firstfile(Main folder contain Subfolders & file)
Input ---> InputFile (Input subfolder contain one file)
Output --> OutputFile(output subfolder contain one file)
Solution:
We can get the files present in the folder/subfolder by using RegEx in the GetFilesName step.
please find the attached workflow for reference.