I have a folder with several .pdf files and I need to move them to different folders according to the last letters of the file name.
I have a file that ends with “BO”
a file that ends with “NF”
and a file that ends with “RPS”
Would it be possible to accomplish this with a “Flow Decision”?
If yes, how?
Hello What I would do will be the next.
1.- Assing to Get the Files
2.- A for each
3.- An assign to validate what kind of file is (Firts Activity inside the For each)
4.- A Select case Activity validating the previous Assing (Second Activity inside the For each)
5.- Inside each Case the Move file Activity with the correct path
@Leandro_Samuel - just came outside…please post your screenshot on where you got lost…I will take a look…you just have to put your folder name in the code which I gave…thats it…you should be good…