You are viewing limited content. For full access, please sign in.

Question

Question

multi-value fields syntax for routing

asked on July 9, 2015

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.

0 0

Answer

SELECTED ANSWER
replied on July 9, 2015 Show version history

When looking at the tokens by clicking the ">" on the right pane for the Route Entry to Folder properties select the For Each Value > %(ForEachValue_Current Value). The token should be similar to that. Also note that for the For Each Value loop, in the properties, try to put the token %(RetrieveFieldValues_Account_All).

2 0

Replies

replied on July 10, 2015

Thanks.  That worked perfectly. 

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.