I use the Search URLs token from Generate Laserfiche Web Client URLs activity to embed in the email.
Below is the syntax I currently use trying to locate/list the documents with the Expiration Date equals to or less than a year. But it results in error "An unrecognized character was encountered. [9085].
Can anyone please point out what needs to be corrected?
{[Vendor Data]:[Document Type]="W-9"} & {LF:Name="*", Type="DB"} & {LF:LOOKIN="Path"}, [Insurance Expiration] <= "%(DateTokenCalculator_Current Date Plus 1 Year)"}
Thanks in advance.