Hello
The workflow needs to assign field value from Starting Entry to document within the same folder. My search is taking to long as it has to parse against 30000 files. In order to spread it up I need to search for the documents within the Starting Entry.
What are the best option to do this? There must be a syntax that we can use.
I am using the following advanced search sytnax:
{[]:[Employment Status]="*"} & {LF:Name="*", Type="DB"} & ({LF:LOOKIN="Rio\00 Records\Human Resources\2610 Employees - Current\0 Employee Folders"} | {LF:LOOKIN="Rio\00 Records\Human Resources\2620 Employees - Contract\0 Employee Folders"} | {LF:LOOKIN="Rio\00 Records\Human Resources\2630 Employees - Terminated\0 Employee Folders"})
Thanks