Hi guys,
I hope you can help me with this.
I have an approval workflow (sharepoint list) and,l at some point, I want to assign a task to a user that should update some values of the current item.
Imagine a list with the columns Country, City and Job. At some point I want to assign a task that would allow the user to confirm/edit the Country, City and Job and then proceed to the next step.
How can I do this ?
Thank you in advance 🙂
Have a workflow that assigns the task. If you’re using an sp2010 workflow, add fields to the task for. If you’re using an sp2013 workflow, create a new task content type with your fields.
Have those fields set variables, or a dictionary if you want(2013 only). Further down the workflow, set the fields you want to change to the variables you set from the form.
