We have a Form BP with 3 Forms.
- A user make a request with a 1st Form
- another user answers to the request with a 2nd form which is a copy of the 1st Form with additional Fields
- the Request is then saved in LF as a PDF and a WF is started. It makes a copy of an existing document and we want to have the WebAccess URL of the new doc in the Forms.
We have tried to use a 3rd Form which is a copy of the 2nd form with additional Fields like "Url of the new doc"
In the WF, we have used the activity"Set Business process variables" to set the Field "Url of the new doc" with the URL of the doc created in the WF.
At the next step of the Form BP, we use this 3rd Form but the field "Url of the new doc" remains empty.