So I have a Workflow that is routing and creating folders based upon Last Name, First Name MI. However, not everyone has a MI, and I'm finding that my Workflow is terminating when a Middle Initial is not used. It creates the folder, but the document does not move and I receive a message saying Invalid Object Name.
Question
Question
Does Laserfiche 9.1 now allow you to have empty tokens in Folder Creation?
asked on January 10, 2014
0
0
Answer
SELECTED ANSWER
replied on January 10, 2014
Oh, i see, it's because of the trailing space you end up with when the middle initial is not there. You could add a Routing Decision activity and check if the field is empty or not and then set the path.
0
0
Replies
replied on January 10, 2014
What does your folder path look like? Something like \%(first)\%(mi)\%(last)?
0
0
replied on January 10, 2014
•
Show version history
\Statements of Financial Interest\%(RetrieveFieldValues_01 Last Name#<\w>#)\%(RetrieveFieldValues_01 Last Name), %(RetrieveFieldValues_01 First Name) %(RetrieveFieldValues_01 Middle Initial)
0
0
SELECTED ANSWER
replied on January 10, 2014
Oh, i see, it's because of the trailing space you end up with when the middle initial is not there. You could add a Routing Decision activity and check if the field is empty or not and then set the path.
0
0
You are not allowed to follow up in this post.