Nintex Workflow Cloud Forum
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
This new Assign a task to multiple users function is confusing me. I have a form that must go first to multiple users (with the first response completing the task). This task has a form with it too, which contains a lot of the data from the start event form. So the first of these multiple users (reviewers) completes the task by completing the second form and submitting it.
If the reviewer approves the form, it must then go to another, single user for final approval. This, too, is with a form. But here's the thing: for this third form, I want to pull data from the second form.
But I can't! It's all grayed out and I can't access it.
Using the Assign a task function, you can pull data from one task into a subsequent task - but it seems that with the Assign a task to multiple users function, you can't. Is it supposed to be this way? And if so, why?
Solved! Go to Solution.
@DavidAD The multiple assignee creates a collection of tasks, so if you want to pull out one task you will need to use either a get item from collection or for each loop to get out the task data.
@leighburke Thank you. I'm using a Loop for each action to retrieve the data, with a Set a variable value function to pull out each item I want. It works, but this seems awfully clunky to me (though I recognize that my inexperience with NWC may be causing me to build a more unwieldy solution than is possible).
I have a vague idea of why this multiple-assignee function works differently than the Assign a task function, but it sure would be nice if this one could be more like the latter. After all, the basic purpose of the two is the same, and since you can easily pull data from the Assign a task function, it should be understood that you may want the same (in the same way) from the multiple-assignee function.
Anyway, thanks for your help.
@DavidAD I will pass on feedback but since multiple assignee is designed to grab responses from multiple users it needs to be a collection to store those multiple responses. Even if you have it set to take the first response there is a chance you will receive more than one response.
@leighburke Thank you. Yeah, that is kinda the rationale/limitation I was thinking was the case. I can see how that's different from the Assign a task function.
Thank you again for your help.