I'm currently working on a workflow for sorting documents based on it's status (Pending, Scanning, Indexing, and Processing).
For example, when the status is changed from Pending to Scanning, the document is moved to the scanning folder and an email is sent to the proper person to notify them that the documents are ready.
I have the workflow setup with starting rules that kick the workflow off whenever a document is created or changed. The problem is, anytime any change to a field is made, there's an email sent out. I only want an email sent out if the status field changes, but I think because of the starting rule, any change causes a repeat email to be sent. What am I missing in my starting rules to make sure that the workflow only starts when the status field is changed? There's no option in the starting rules to start the workflow when a field is changed, yet that option is available when using wait conditions. Thanks for any help you can offer.