Hi guys,
I’m building a Sharepoint 2013 workflow (a list workflow) and I’m having a problem.
Imagine I have a list with some columns (City, Country, Date of Birth, Department and ID Number).
I’ve created an approval stage on this workflow and what I would like to do is, at the approval stage, the user should also fill the department and id number.
How can I achieve this in a Sharepoint 2013 workflow ?
Thank you in advance for your help.
Hi Chris,
Thanks for your help.
At the end I did it using the “assign a task” option in the workflow that stores the values into variables which I can use to update the list items 🙂