Using NWC ... building a workflow that includes an “Assign Task to Multiple Users” action.
I want to store to store the list of USERS with their email address in a SharePoint list. That way users who participate in any given “group / task” assignments can be updated as needed without needing to modify the workflow in NWC.
So far, I have built a SharePoint list of usernames with email address; then successfully used a QUERY LIST action and LOOP action to extract the names in the list and build a TEXT variable of the email address list in typical email fashion (list separated by comma and/or semi-colon).
I then tested this dynamic TEXT variable using a SEND MAIL action in the workflow and the formatted text variable works great for sending messages from the workflow.
But that same variable CANNOT be used for Task Assignments even though an email address is a viable data element when assigning a task.
Note: An email “GROUP” (distribution group) will not work for this scenario because we need to collect a distinct RESPONSE from each assigned user.
Has anyone else been able to accomplish this idea?
