Hello,
So I have been working on archiving documents from my scanner into Content Server. The whole flow worked while testing and now, I had to apply my use case and came across the following scenarios:
1. When applying Global setting for attributes so that value entered on one document can be applied to other document, I cannot seem to archive those documents. The get stuck on "Release document to Content Server" stage when looking at the Document Pipeline. When I remove the settings, the document get archived, not yet sure if it is a specific attribute or all of them.
2. I am determining the path of the document dynamically based on workspace ID. With multiple documents, they all need to go to different folders in a certain workspace. (e.g. There are documents that need to go to HR, Finance etc.) I wrote a script on the "Add Document Attributes" sub-profile and the intention is to assign different values for an attribute so that they can go to different destinations. (e.g if document is Payslip, assign "Finance", if document is ID, assign "HR") and I am using the same variable to assign the location.
This fails, all the documents get sent to the last variable that was picked. I am assuming the script I wrote does not iterate for each document but runs once? If this is true, may anyone assist with the best possible approach for this.
Best regards,
Ntsako