I have a form creating a folder with a couple of documents and the folder has a multi-value name field. What I'd like to do is to copy the folder with its contents for each of the values and name the folder the value.
I have a folder name Sam Smith that contains 2 documents. The Sam Smith folder has a field called co-defendants. That field contains Lisa Brown and Joe Black. So I'd like to end up with 3 folders; Sam Smith, Lisa Brown and Joe Black all containing the 2 documents.
I have a workflow that will copy the original folder 2 times using a for each but I can't figure out how to rename the folders. Any ideas?
Thanks