Sure, in the delete file task, just check the "is regex" box. Use this for the file mask:
\d+_\d{10}\.pdf
One or more digits followed by an underscore followed by exactly 10 digits followed by a literal dot then "pdf".
Tip: Use the Test tab/show filtered files button to test that the regex matches what you expect without actually deleting anything.
Edited by user
2022-02-03T21:43:42Z
|
Reason: Not specified