I have search the "Laserfiche Answers" and have found items that pretty much pointed me to what I want to do, but I'm missing something and can't get it to work.
So here is what I'm trying to do.
Search my repository based on Location,DeliveryDate,DocumentType.
All is good at this point. In my test environment, it finds the three documents that I would expect it to find.
Each one of these documents have a "All_OrderNumber" field.
I want to create a token to store these OrderNumbers in and then create an email with that token to list all the OrderNumbers.
This is what I have tried.
Start Workflow
Date Token Calculator (This is assign to the search repository)
Search Repository
For Each Enty
-- Retrieve Field Values (All_OrderNumbers)
-- Assign Token Values "OrderNumber Token" Multiple Value with (%(RetrieveFieldValues_Any_OrderNumber)
-- Assign Token Values 2 "All OrderNumbers" Multiple Value with %(OrderNumber Token#[]#)
Email (Configured with the "All OrderNumbers" token.
End WorkFlow
For the OrderNumber token, I have it indexed and separated by a Line Break.
I receive the email with only one of the three "OrderNumbers"
Within "Entries Tab" when I was trouble shooting, it does list all three entries and ordernumbers.
So I know I'm close, I've tried multiple different things, but I'm thinking I have the workflow sequence wrong. Or of course I just have everything wrong.
Any help would be great.
Thanks