I have a Forms process that will save a copy of the completed form to the repository. I will also have a related document already in the repository that was created by a workflow that is launching the form.
- Workflow saves a document to the repository
- Workflow then initiates the forms process
- The form routes to a user, with a link to the saved document in the repository.
- User completes other actions and then submits form to the repository
- Upon saving the form to the repository, I would like to create a link between the form and the document that was saved to the repository in step 1. Is this possible?
Thanks.