Currently I have Forms saving a document to the repository, and then it invokes a Workflow that finds the document based on advanced search syntax, but there are times when the documents are not unique enough for it to work, and any changes made to the way the Forms process works usually requires changing the syntax that is used in Workflow to find the right document.
When saving to the repository in Forms, is there any way to store the Entry ID of the document that was just created as a variable that can be passed to Workflow?