Hello i have a robot that gets name of a newly created folder to be used later on.
I also want to perform a movement of a file to that folder.How can i do this ?
Currently its checking for the newest created folder → getting that name of the folder and assiging it as a string to be used in other action. I want to move a file to that newest created folder so would need to transform that string into a directory path
Yes once after getting the folder name as a string variable named str_folderName
Use a MOVE FILE activity and mention the Path property with source filepath and in Destination path mention as “Yourfolderpath\”+str_foldername.ToString