I have created a SharePoint Designer workflow and at one step it should send an email to user if it is approved else send an email to user if it is rejected.
so I gave a condition like "If Current Item: WorkflowStatus equal to 16 send an email to user else if current Item: workflowstatus equal to 17 send an email to user"
the problem is the user is not getting any email even though the workflow is approved or rejected. please let me know why its not working. Is it due to SharePoint designer not recognizing workflow status codes (16 for approval and 17 for Rejection).
