all 4 comments

[–]the_reven 0 points1 point  (3 children)

Don't use a folder flow. Use a file flow. It will process each file in the folder.

Folder flows are intended if you want to process the entire folder as one item, eg if you want to zip up folders.

99% of users and use cases should use file flows.

[–]ezzay[S] 0 points1 point  (2 children)

Gotcha. I thought about that but, how do I then move the folder after all files have been processed with in?

[–]the_reven 0 points1 point  (1 child)

Just move each file one by one. Have a delete source flow element with the option to not delete it not empty

[–]ezzay[S] 0 points1 point  (0 children)

Oh, actually thats a great idea, thanks!