We have a requirement to archive all versions of a document in a separate CMS. We have an integration that can upload a document, but it only works on the latest version of a document. We are not able to upload previous versions. I was planning to use a plugin to "unpack" documents to a temporary folder where each version is a new document. Is anyone aware of an existing, cloud-approved plugin that can handle this? Are there any other integration or plugin alternatives that would meet this requirement?
Discussion posts and replies are publicly visible
AFAIK, there is no plugin to give you the previous version of document.
You can get the previous version metadata of document, but i am not sure if it is helpful in your case.
This kind of situation is usually handled by having each version as a separated document and storing the doc id in the table. In this way you will have full control of the versioning
Thanks. Eventually we should move to using our own document versioning since getting the content of a specific version in process is not possible. For the time being, I think we will end up creating a plugin to separate versions into temporary documents so the content can be referenced in Appian.