replied on November 21, 2019
Then when the form is saved at the end, have workflow retrieve the entry ID off the form and go find the document to create the link.
How, exactly, do I do that last bit? I am grabbing the EntryID when workflow saves the document to the repository and I'm placing it in a hidden field. The Form process is then launched, and the form is routed to a user. After the user submits the form, it is saved to the repository. Are you saying that after the form is saved to the repository, another workflow should be initiated that would somehow get the entry ID of the form and link it to the entry ID of the original document? I know I can launch a workflow from a forms process but I haven't done that before, so I'm unclear if launching a workflow from the forms process would be able to retrieve the entry ID?
Looking at workflow options for Forms, I do see the task "Retrieve Business Process Variables". It has a section where I can retrieve field values and I can see my EntryID field from my form. So, if I create a workflow with this task as the first one, will it know to pull the field value from the Forms process that just called the workflow? And then I can link the document with the form?
Thanks.