@Karsten_Bertelsen - you can use the power shell activity to move & rename actions.
i have attached sample activity for move & rename items and please change the respective variable values…FolderMgmt.xaml (5.4 KB)
ok for a simple move folder → just use only Invoke Move-Item activity and assign full path to FromLocation & to ToLocation variables.
you can delete/remove the Invoke Rename-Item activity from the sequence.
@Karsten_Bertelsen ok got you. you want to replicate same folder in different location.
Change the command from Invoke Move-Item activity command from “Move-Item” to “Copy-Item” . It will perform copy the folder to the destination folder path.