I would like to set up a workflow that is triggered anytime a specific Salesforce field is updated (regardless of the value). How do I go about doing this?
This is the set up I have so far:
Salesforce object: Account
Field: Segment
Field updated to: ???? (This is the part I’m unsure what to fill in as there is no specific value. I just need the trigger to happen every time it is updated).
I have 3 unique values in the “Segment” field. Should I keep the “field updated to” blank, and create 3 paths for the different values?