i have folder consisting around 200-500 files ,my task is the pick the file one by one copy them into respective folders based on the file name and delete the file from the source folder and this should repeat for all the files in the folder until the source folder becomes empty.Any thoughts to creat a dynamic workflow for this scenario
@saiirangam The below post might give you some idea about how this can be done
The best solution for this is likely going to be using a directory tool to get all the file names, and sending instructions through the run command developer tool.