Abandoned Automation - best practice for ending the automation if Sale Completed?

Hello.

I have two automations, one is when a form is started and the other when it is completed. Starting Tag and Completed Tags are applied by the form stages.

When it is completed, I want to end the Started Automation and trigger the Completed Automation.

I’m thinking I can either check the condition in the Started Automation to see if the Tag is still true, OR I can force the Start Automation to End when the Completed Automation triggers.

Is there a preferred way to handle this?

1 Like

Ending the Start Automation when the Completed Automation triggers sounds like a good choice.

You can set up your Completed Automation to include an action that removes the “Starting” Tag.

You’re building your automations modularly, which is what we’d recommend!

1 Like