Hello. I have a workflow that allows an invoice to be scanned in. That workflow eventually invokes a forms process and passes all invoice template metadata into the form. After the form process completes (review/approval based on invoice amount), it saves the completed form tiff to the repository and resumes the workflow.
When that workflow resumes, is there a token I can use to reference the forms tiff that was just saved to the repository? I want to move that tiff (which serves as the invoice coversheet with signatures) as the starting page onto the original invoice that started the whole forms process. Using "Find Entry" by using the name it was "saved as" from forms isn't working. I was hoping the forms tiff would have an entryID I could reference as the source for the page move.
Is there a trick to this or a better way to accomplish this task? Thank you.