I have seen a few different posts similar to what I am looking to accomplish, but nothing is exactly what I need! So here it goes...
I have a workflow that determines the status of a document (New, Cancelled, Revised or Reissued) where each is an update to the previous. When a document has a status of 'REISSUED' I need the workflow to find the most recent document (highest entry ID) and append the pages to it. I have the following workflow steps, but the problem I am running into is it finding itself as being the document with the greatest entry ID and I am not sure how to get around this - is there a NOT qualifier when searching by entry ID??
Any help is much appreciated!
-Nate