Hello,
I am trying to use 2 tokens to define a path for a file.
I have 2 metadata fields, Client ID and Invoice Date.
I want the files to end up in folder by Client\Client ID\Invoice Date(year), so Client\123456\2017, if they are not already in that location
I am using a routing decision to test the path of the entry,
\Client\%(RetrieveFieldValues_Client ID)\%(RetrieveFieldValues_Invoice Date#<\d\d\d\d>#)
However the routing decision seems to only recognize to the first token, so the condition reads:
[FALSE] If all of these conditions are false:
[TRUE] Entry Path: '\Client\123456' <equals> '\Client\123456\'
Is there something I am missing, or is there a limitation to the # of tokens used in identifying path?
Thank you