Skip to main content
Solved

Trigger flow on contact property change

  • 18 July 2024
  • 2 replies
  • 34 views

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? 

2 replies

Userlevel 7
Badge +30

Hi @hmenen 

Thank you for posting your question in the community! If you’d like to trigger a flow when a property value is updated to a new value, I would use a segment-based trigger for your flow. You would set the segment to include anyone with the value = 2, and when that property is updated, they will be automatically triggered into the associated flow.

I hope that helps! Please let us know if you have any additional questions.

@In the Inbox 

Userlevel 7
Badge +59

@In the Inbox is spot on! Here’s more info on a “Segment Triggered Flow” here:

Reply