I am trying to take the return value from a workflow service task and use it to redirect the user to a new page. I can't seem to figure out how to do the redirect.
In a form start event, I set the "Thank You Message" option to redirect to a website with a form field value:
This works for any field that the user has entered into the form.
However, if I kick off a workflow process when the form is submitted (it posts the form data to web service that returns an identifier) and use Set Business Process Variables in the workflow to return that identifier to Forms in the formField, the redirect does not get that value.
It is blank or has whatever the user entered. The Workflow Service Task is set to wait for finish.
I can add an email task after the workflow and it will email me the formField with the new value.
How can I have Forms to update the original redirect set in the Start task with the new value for formField?