My zap goes like this:
Trigger: contact field changes
Action:
- delay 1 minute (to give hubspot time to update the contact)
- Find contact
- Filter if it has a specific value
- Send first email
- Delay for 7 days (Error)
- Find contact in Hubspot (to check if values have changed)
- Filter For specific values
- (if true) send second mail
- Delay for 5 days
- Find contact in Hubspot (to check if values have changed)
- Filter For specific values
- (if true) send third mail
I know its a long zap but quite easy. But the problem is After 7 days the delay should be released and I get an error: Task was stopped because its Zap has diverged too much due to changes in the addition/removal/ordering of steps, or substitution of apps.
I’m not sure what’s going wrong. Can someone please help me out.