Hi
I've set up a rule that finds a pattern of text in the contents of a PDF, and re-names the PDF with that pattern.
The problem I'm running into is that the rule is finding more than one instance of the pattern in the PDF. And therefore renames the PDF with pattern more than once i.e. 'matched_pattern matched_pattern matched_pattern.pdf'
I would like to adjust the rule so the PDF is renamed with the pattern only once, so the result is 'matched_pattern.pdf' no matter how many times the pattern is found.
Hope that makes sense.