I'm looking to include an additional step to an existing workflow which would rename several hundred .pdfs in a folder (using a REGEX_Replace(String, pattern, replace) function).
Is it possible to do this without calling a .bat file (using Run Command tool)?
Thanks in advance!