I want to trigger a workflow when only a specific field is changed. (Together with other conditions too). The fields being watched are text fields and can contain anything so I'm only interested in whether it gets changed or not.
Here's my use case if there's another way to do this.
I have a A/P business process workflow that is running during the entire process. During that time it stops at various folders and waits for entry changes to certain fields for coding and approval before it moves on.
The needs call for notifications to be sent only if the coding fields are changed during a couple of the business processes. What tokens or conditions can watch a certain template field and ignore the changes to other fields that are going on and only trigger (send notifications) if the specific fields that we're watching get changed?
If I use Entry Changes Include Template Field Set it's going to fire a workflow every time anything changes on that template. I suppose I can fire that for every change and do some conditions to check the fields but even once I get the workflow started that way how do I measure WHAT has changed?