Hi,
I'm struggling with a Workflow that attempts to repeat a search based on a token but the search syntax requires leading and trailing forward slashes in the search string. The advanced search syntax is as follows and works fine in the LF Client:
{[]:[Original Filepath]="*/ABCLIMITED/*"}
If I try the same syntax using a WF token as part of the search repository activity it either doesn't recognise the token when testing (i.e. no prompt to provide a value appears if the slashes are not escaped), or if I use the "//" escape characters the token is recognised but no results are returned which is incorrect.
The search query string in WF reads:
{[]:[Original Filepath]="*//%(ForEachRow_REFERENCE)//*"}
Is there any way around this?
Thanks,
Nigel.