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.
In Sharepoint Designer you could Send an Email after Approval Status equals Approved. You could create an IF statement inside the approved status IF the field is empty. So IF approval status = approved, IF column1, column2, is empty, then Send an Email to Creator. You can put whatever you like in the email including content from the item thats been created.Â