Hi Laserfiche Staff and community,
This is a two part question, but it is linked to a similar problem domain.
The problem is: Build workflow that runs when documents are placed in certain locations, then the file is searched for in other locations in the repository (based on its file-name); when file(s) of same name is/are found in a specific directory, workflow will compare the found file to see if the files found are identical to the starting entry. If they are not then it will check the subsequent versions. If the starting entry matches with any of the versions of the found document, then it is deleted. If no matches are found: then it is treated as a new version of the found document, therefore still preserving the version history on the file.
Question Part 1: Is there a way (in workflow) to compare a file/document/tiff with another file/document/tiff and (if available) its various versions to see if a match is found?
Question Part 2: If a match is found between the starting entry and the found file, then can the file be treated as a new version of the found file, so not to preserve the version history of the file.