Hello,
I'm retrieving entries from the Repository using the Search Repository Activity and I want entries that start with a certain value.
Example: I want anything that starts with 12345
I have two values: 12345 and 1234567
I'm using the wildcad * to search anything that begins with the variable below, which is 12345, which should return 12345 and 1234567, but it does not return anything when I ran the Workflow.
{LF:name="%(ForEachEntryForeachxmlfilefound_CurrentEntry_Name)*", Type="D"}
If I do a "Test Search Query" and plug the number there directly, it works.
Any idea why?
Thank you,
Raul Gonzalez