There are numerous questions asked about the limitation that you cannot look for a specific field change when using the Workflow Entry Changed condition but I could not find any suggestions or alternative solutions, although I saw one entry that referred to an alternate solution but there was no link.
We have a template that contains a field called "Assigned To" (one of many fields in the template). When the Assigned To field is changed to a different user a workflow process should kick off which sends an email to the person newly assigned to the document. The problem is that currently, the Entry Changed workflow executes on any change that occurs, the worst being when the users move a page in the document because it fires on every page move.
How can I set the workflow process to only fire when the Assigned To field is changed? Or at the very minimum only fire when a field changes, not when pages are moved around.
We are currently on version 10.4.
Edit: I figured out I can add an Entry Changes condition to only include "Template Field Set". This will save a bunch of unnecessary emails. Any suggestions on how I can take it to the next level and only send an email when the Assigned To value is changed?