I want to set up a workflow, that is, when my business opportunity changes, I automatically send an email to the person in charge of this opportunity. Only the changes are sent.
What I can do now is to send a message with a change. There is no field that allows me to only send the changed part.
There isn’t a feature to track only the “changed part”.
If you can simplify this to focus on just 2 or 3 fields, you can make a separate workflow for each one, using conditions (where you can check if a field was changed):
If status changed, send email with status
If description changes, send email with description
etc