I have an automation that I run on a weekly basis as a reminder for my clients to perform a task.
.
I need to know if the client has performed this task. There is a link to click if they did, and an if/else rule as follows:
.
- If user clicks link send and email notification to me to let me know
- If they don’t click the link, send another reminder & repeat
.
This is fine the first time the automation is sent, but when I run the automation for a second time I immediately get sent the notification even though the user has not clicked on the link this time.
.
In all following runs of this automation, ActiveCampaign sees the link as being clicked - because it was clicked in the first automation.
.
Is there any way to avoid this?