I have an automation that is triggered by an even and which sends an email to the user each time the event occurs.
I recently introduced an A/B Test on the email, and now it seems it is only sent the first time. Subsequent times are ignored.
It’s almost as though the first time it comes to the email it says: let’s work out which version to send and then send it. But the second time it says: no need, we’ve already run this test for this user.
Has anyone else encountered this when running A/B Tests within repeating automations.
In case you are wondering, the email is something like “You have a new message from X” where I use the API to populate X in a custom field.
I don’t mind if the automation sends the same version of the A/B Test to each user each time, or it if mixes it up. But I do need it to go every single time I trigger the event.