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

Question

Question

workflow search syntax token search 1 or 2

asked on November 21, 2025

I want workflow to search based on token 1 or token 2. Getting 9084 error. This is my syntax so far: 

 

{LF:LOOKIN="my folder"}({LF:ocr=All} | {LF:ocr=Some})
(%(Token1)*) (%(Token2)*) 

 

Any ideas how to properly word this? 

0 0

Replies

replied on November 21, 2025

What are token 1 and token2 supposed to represent in your search? Are they document names or folder paths or field values?

0 0
replied on November 21, 2025

Thay are text on the face of the document. 

0 0
replied on November 24, 2025

I see. It should be something like 

("%(Token1)*" | "%(Token2)*") & {LF:LOOKIN="repoName\myfolder"}

(I left out the  " LF:ocr" parts because they're implied when you're looking for text matches)

The easiest way to get the correct search syntax is to build it in the desktop or web clients. Add the panels you need and the one for "search syntax". Leave "include search syntax in query" unchecked. Build your search with whatever values you need and run it to verify the results. The "Search syntax" panel will update to show you what the search should be. You can copy the search syntax to Workflow and replace the test values with tokens. 

0 0
replied on November 24, 2025

This is wonderful thank you!! I totally forgot to use the search function from the client. 

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

Sign in to reply to this post.