Hello! We have a process (albeit a currently broken one) in place for our new hire paperwork to take 10+ PDF documents, all of which have unique file names based on the name of the form, and drag and drop them into a specific folder within our repository.
I've then built a workflow to run as soon as documents are placed into that folder, and if the document name matches one of the several conditional decision branches (one for each potential form being imported), then it will convert that PDF into a TIFF document, rename it, and then delete the original PDF. Two of those branches are pictured below:
This process used to be working fine, but with one exception: for any documents that were more than one page, they would not only create the correct TIFF file, but also an erroneous, empty document with zero pages with the same name.
Without changing anything, the process has broken even further since. Now, no documents are created correctly. The TIFF files are created, and claim to have pages, but when opening one of those documents, this is all that appears (last name has been redacted):
TL;DR I have no idea what I've done wrong and would appreciate any assistance. If seeing additional details about how certain activities are configured would be helpful, I can happily provide additional screenshots of those. Thank you very much for your time, and have a wonderful rest of your day!