I have created an action that generates two new documents from parts of the original, I have done this many times creating one but never creating two documents and for some reason both my new documents end up with the same name.
In my action when the first document is created the command looks like this:
Make
New: document
Name: "PhotoPart1"
Preset: "Clipboard"
For the second new document it looks like this:
Make
New: document
Name: "PhotoPart2"
Preset: "Clipboard"
But when I run the action both new documents are called "PhotoPart2"
Hope someone can help me figure out why or perhaps a way to rename a document from within an action
Thanks!
-Jeff