I have a forms process to import PDF attachments into the Repository; the requirement is for each new PDF attachment with the same file name already in the repository to be imported then to be stored as the new version of the existing file with the same file name.
I have the workflow to look for an existing file in the repository with the same file name. If the result count equals 1, then the starting entry will be placed under version control.
I then added the same Conditional Sequence to the applicable branches so that if the previous result count was 1, it would download the electric page(s) from the starting entry then will be attached to the original file found in the Search Repository node.
When I check the original file, I saw version 2 was added at the same time the new entry was being imported. However, when I clicked on the version 2 link, the document image is the same as the original file.
Also, the new file with the same name was imported with (2) added , showing no indication that these two PDF files were merged.
Below is the error I received. I am not sure why the two are not merging. Please help.