Hi!
Can you enlighten me about the filter parameter of the Save Attachments Activity?
The process will save the attachment that follows this format "CustName_InvoiceNo_InvoiceDate".
It was able to run by using this regex "(?:([a-zA-Z]+)_([0-9]{5,})_([0-9]{6})\.(pdf))"
but not with this "^(?:([a-zA-Z]+)_([0-9]{5,})_([0-9]{6})\.(pdf))$"
.
Additional details: The emails contain only the attached invoice PDFs