I have a process where my customers send in documents quarterly. They are routed to a folder named after the customer.
Once we process the documents (outside of the LF universe), we manually move them to a subfolder within the customer's folder called "processed".
Nightly:
- Workflow-1 looks in the customer's folder and if a document is present, changes metadata field: Quarter-1 to Process? = Yes
- Workflow-2 looks in the subfolders and if a document is present, changes metadata field: Quarter-1 Processed? =Yes
Here is my issue, after we process the document and manually move the document to the processed subfolder, I want to change the field: Quarter-1 to Process? = NO
I plan to later combine workflows 1&2 but cautiously testing now.
Any suggestions?