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

Question

Question

Search Syntax help

asked on January 6, 2020 Show version history

Hello,

I have a workflow that should move a new entry to the end of a doc that has the same category.  The category is also the filename...  So I was going to compare a new entry filename with a template fields (Course Category) of docs already in the folder.  If no match then it just saves as is.

{[Easy Form]:[Fiscal Year]=%(RetrieveFieldValues_Fiscal Year), [Course Category]=%(RetrieveFieldValues_Course Category)} & {LF:LOOKIN="LFMAIN\PLANNING, INNOVATION AND ACCOUNTABILITY\PGI\Courses\InBoxSue"}

0 returns...

The files are course rosters and they just want the same categories stored together.  For example:  ADMIN, LEAD, TECH, WISE, etc...

Thanks for any assistance!!

Sue

0 0

Answer

SELECTED ANSWER
replied on January 6, 2020 Show version history

Hi Sue, you'll need to put your variable names in quotes like this:

{[Easy Form]:[Fiscal Year]="%(RetrieveFieldValues_Fiscal Year)", [Course Category]="%(RetrieveFieldValues_Course Category)"} 

& {LF:LOOKIN="LFMAIN\PLANNING, INNOVATION AND ACCOUNTABILITY\PGI\Courses\InBoxSue"}

 

Beyond that, when I run into this issue I usually use the Track Tokens activity at the end of my workflow to see what my tokens actually are what I expect them to be.

3 0
replied on January 6, 2020

That did it!!!

Yipppey!!

Thanks Brian smiley

0 0

Replies

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

Sign in to reply to this post.