I have a multi-value field that has account numbers entered. These represent a group of accounts that have a common document filed in a folder that in not the master file.
12345678912
98745612387
52369874561
I want to make shortcuts to each account master folder for reference. So account 12345678912, would create a shortcut in the master file 12345678912, and a shortcut for account 98745612387 would go into 98745612387, etc..
I have retrieved the field, and am using the values to file the shortcuts.
I have managed to get the shortcuts produced, but the workflow only files the shortcuts in the first account folder 12345678912. How can I get the shortcuts to file in the second and third files?
I have entered a routing activity inside the repeat "For Each Value"
This is the part that I am having trouble with, in the Routing Entry path...
\Master Accounts\%(RetrieveFieldValues_Account_All#[n]#)
I am new to workflow, and editing the tokens. I think it might be just a syntax error (#n#), but I cannot figure out what is supposed to be there.
I was trying to refer to the index number, but there may be any number of entries in the multi-value field.