When I change a property on a contact that was already set, I want to trigger a flow.
example:
before:
contact.customPropertyX = 1;
after:
contact.customPropertyX = 2;
what was 1 has changed to 2, therefore the flow should trigger.
How can I do this?

