I have new text files every month from where I extract the data and do some transformations. In the end of every month, I need to move these files to a folder with current date in name. Which means, the destination folder's name is different everytime.
I made a step before move files
that creates a folder and its name is current date (exp: 2019-06-01, 2019-07-01), but then on move files
step, I don't know how to specify the destination folder. Guess "wildcard" is only used for source...
Otherwise, on move files - Destination file - Move to folder
, there is create folder
option, thought it could be a solution but as on the screenshot, this section can't be modified. What is the reason?
Does anyone have an idea ? Thanks for reading :))