Hi Terri,
It did not work with this version of Nintex.
In the Assign Task action, do you have a setting to store the ID of the Task.
If yes, you can use it as a Key to get the value you need.
Best regards,
Christophe
Hi Christophe,
Yes - the Assign Task action does have a field for "Store task IDs in" but there's nothing in the dropdown. Can you give me a little more detail on how I would (1) create a location to store the ID and (2) how I would then be able to use this to pull a field value from the task into the item?
Thanks!
~ Terri
Hi Terri,
You need to create a workflow variable and select it.
Regards,
Christophe
Christophe's response was correct, but (being a Nintex Newbie) I needed a bit more detail. Here's how I got it to work:
(1) Created a Workflow variable of Type "List Item ID". I named this variable "ListItemID" (clever, no?)
(2) In the "Assign to-do task" configuration, set the "Store task IDs in" value to the variable created in step (1): "ListItemID"
(3) In the "Update Item" configuration, set the Item field "SPE" to the value of the Workflow Task's "Assigned SPE" field using the List Lookup from the Workflow Tasks:
Now ... on to my next challenge. I want to do the same thing only in reverse: Set a Workflow Task field = a field from the corresponding Item. All suggestions welcome!
Hey there,
That's exactly how I get any data from a workflow task. I assume you got the information you needed to get information from the item the workflow was running on?
Cheers
Josh