Sorting Duplicate Files
Posted: Wed Jan 07, 2026 11:09 pm
I have a workflow that receives quite a few xml files, all named by a unique ISBN value. Occasionally, our customer sends in an ISBN that they've already sent us (in some case many, many times). I am archiving the files and adding a suffix to the file name so I know if we've received the file multiple times just by looking at the end of the file name (_2, _3, _4, etc.).
Unfortunately, when the file processes through the flow, it doesn't have this suffix that the archived copy does, so it flows through like normal. What I'd like to do is somehow get the flow to acknowledge that the file was received before (I don't' care how many times before), and then send it through a different path so I can send an email notification of a duplicate file. These files may be received a day or two apart, or a month apart, so the timing is a complete unknown. What would be the simplest way to accomplish this?
Unfortunately, when the file processes through the flow, it doesn't have this suffix that the archived copy does, so it flows through like normal. What I'd like to do is somehow get the flow to acknowledge that the file was received before (I don't' care how many times before), and then send it through a different path so I can send an email notification of a duplicate file. These files may be received a day or two apart, or a month apart, so the timing is a complete unknown. What would be the simplest way to accomplish this?