Hi,
I'm working on a workflow that will look at a field called 'Last Name, First Name' which is a multifield. This field's intended use is to hold up to a maximum of 3 names, or a minimum of 1. Each name gets it's own folder created by the workflow when moved to the record series. It moves the document first, and then should copy the document to the other 2 named folders. When there's 3 names entered, the workflow works as designed. If there's only 1 name entered the workflow should disregard the second and third positions of the multifield since there is no data in them, and complete the workflow by only creating the 1 folder for that name. But it does not do that. Instead it will create 3 copies of the document in the 1 record folder, and 3 shortcuts in the transparent records management folder. I tried using the routing decision activity and the Conditional Parallel activity but got the same results. In the routing decision version, I route by the 3 separate retrieve field values activities I've created where each one of those looks for either the first, second or third position in the multifield. I use the 'Token Retrieve Field Values Position 2 is not empty' to direct it down the path to the next set of Route Entry to Folder activities. Then on the other branch I use the 'Token Retrieve Field Values for Position 2 is empty' to the End Workflow activity if no position 2 data is there. But it seems not to matter that position 2 is empty because it always goes down the 'is not empty' branch, and creates copies of the document. Is there another way to accomplish this? Or is the token not working to properly route it? Screen shot 083 Workflow shows the whole workflow with the condition. Screenshot 083 Workflow -2 shows the retrieve field values index that it's retrieving.
Thanks in advance,
Brian