CX Tips is part of our community tips series, where we post some of the most commonly asked questions we hear from ActiveCampaign customers. Have a new question? Start a new topic by clicking +New Topic in the upper right hand corner!
Automations with multiple tiggers make it possible for a a contact to enter your automation more than once at different times even though each trigger is set to âRuns Once.â A check I like to use isâ
- Add an âIf/Elseâ statement under your trigger that checks for a tag, (ie, tag is âbeen in X automationâ)
- If âYes,â you can end the automation
- If âNo,â add an âadd tagâ step where you tag contacts with âbeen in X automation,â followed by the rest of your automation steps
This check will ensure you arenât getting duplicate contacts in your automation!
Personal preference as there is no right way, but I prefer the âyesâ side to be the preferred behavior, so if the tag doesnât exist, it is a âyesâ and they proceed, adding the tag in the next step. Screenshot attached. Regardless of which side you choose - like left twix vs. right twix, this trick is one everyone should know.
Note - you donât need anything on the opposite side - I usually put a wait in for testing, but it can be empty, or you can be really OCD and add âend this automationâ.
If you have multiple start triggers, a contact can trigger them each independently. This means that even if the start triggers are set to âruns onceâ, the contact can still enter the automation multiple ways through other automations or by different start triggers. You can set up a condition in the start triggers: âhas not entered automationâ and selecting the current automation you are in. See here: Amy 2024-04-10 at 08.27.11. You will need to do this for each start trigger.
This will ensure that contacts will only trigger the automation once, the first time they trigger a start trigger, and not re-enter the automation multiple times via the start triggers, after entering the first time.
To set this up:
- Open the automation and view the start triggers
- Select the checkbox next to âsegment the contacts entering this automationâ
- Search or type out âHas not entered automationâ
- Select the automation name that you are currently in
- Ensure that âany entry wayâ is selected. This will ensure that if the contact has entered the automation via a start trigger in the past or a manual addition in the past (via bulk import, via manual add, via CSV file import or via API) they will not trigger into the automation multiple times through different start triggers.
See this demo for a walkthrough: Zight Recording 2024-04-10 ...