I need Workflow to find a document based on the last word being one of two possibilities. I can't seem to make it work. This is what I have tried:
{LF:Name="*%(RetrieveFormVariables_First_Name) %(RetrieveFormVariables_Last_Name) (Approved)*"|"*%(RetrieveFormVariables_First_Name) %(RetrieveFormVariables_Last_Name) (Rejected)*", Type="D"} & {LF:LOOKIN="FLAGSTAFF\LFForms"}
I have tried it with spaces before and after the |
And I have tried it with no spaces before and after. Doesn't make a difference. How can I make this work?