I am trying to figure out two things: How to access information from an InfoPath form in order to update the task that was created by a primary workflow; and how to update a column in a library from a second workflow form. I have found information on secondary workflows but am having a problem accessing the information I need because it comes from the InfoPath form and from the custom workflow form respectively.
The scenario: I have a workflow set up on a form library that creates a To-Do-Item on a task list when a form is submitted. The To-Do-Item is initially assigned to a GROUP.
What is needed is 1) To have the Due Date from the InfoPath form propogate to the task list; and 2) To update the Assigned To column of the form library when someone in the GROUP assigns the task to an individual.
I've set up Workflow #2 on the task list but have not been successful in either updating the task list with the Due Date from the InfoPath form, or in going in the opposite direction and updating the form library with the Assigned To value from the custom form of Workflow #2.