Move Folder to another Folder

@Soumya587 Check this Workflow:
There are two Folders SourceFolder which contains Files and DestinationFolder where another Folder needs to be Created and Files from SourceFolder needs to be copied to this.
What the Workflow does is :

  1. Creates the Destination Folder with new Folder Name
  2. Gets the Files From Source Folder one by one and moves it into the Destination Folder Created.
  3. Deletes the SourceFolder

In this way Moving the Folder with Files can be achieved, This is one way I Implemented, but there might be other ways. Hope it helps :sweat_smile:
Try running the workflow and Tell me if it works
MovesFilesToDestinationFolder.zip (109.5 KB)

1 Like