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 🙂
If you are using an sp2013 workflow, you need to do the task for an individual person, because then the task gets an ID variable you can use for lookup. I haven’t figured out how to do it with a task assigned to multiple people.