Avatar

Level 10

One way you could do it is by using a Prepare Data process on the Action Profile of the Workspace start point.

The Prepare data process allows you to specify an orchestration to run before the form is displayed. This orchestration also receives a Task Context object which contains information about the user that's logged in to Workspace.

You could create a prepare data process to pre-fill your form before it's being served to the initiator. That way you don't have to send it back to the initiator. You get it pre-filled fro the get go.

Would that work?

Jasmin