Hi,
I’ve created an action with Data: set the values of some columns in this row to insert today’s date when the a value of a Status column equals to Completed. Then in the Workflow I have the Update Event to Updates_Only and set the condition to [Status]=Completed.
So the above works and it inserts today’s date when the Status is changed to Completed. The issue is that when any sort of change takes place in that table (to other columns) it triggers the action. For instance, when a start date is changed, it would update the completion date today. Is there away to have the action trigger only if the change occurs to a specific column (status column only in this case).