Hi @brandiwoodson,
You should create the folder first and then copy the files into the folder.
I don't think there is an action that does it in one go.
Might be a limitation of the API that Nintex is using with the Copy or Move File action.
Comparing with Power Automate actions. They have different actions for Copy File v’s Copy Folder
SharePoint - Power Automate | Microsoft Learn
Try raising a support ticket on this one to check the limitations of the action.
It might be that you will need to raise a Nintex idea to request a new action that supports it.
Look for API for sharepoint web request, try the CreateCopyJobs API.
Though this is async so you need to query a status to see if it completed.
Microsoft 365 Copy and Move API (CreateCopyJobs) | Microsoft Learn
The CreateCopyJobs API, copy or move SharePoint files or folders (velingeorgiev.com)
You’ll need to do some work on building all the requests together to make it work in Nintex.
Hi @brandiwoodson,
You should create the folder first and then copy the files into the folder.
I don't think there is an action that does it in one go.
Thanks. We were hoping to copy one folder and all its contents (subfolders, files etc) like power automate allows users to do.
We have a need to do this on command. Users want a workflow to create a library and then copy folders from a primary folder which may change throughout the uear for the template.