I have what I thought would be a simple task but am stuck.
I like getting an email notification of when a customer visits a specific webpage(s). I can easily set that notification up to run once or multiple times.
When set to run multiple times, I get blasted with many emails from basically a single customer visit session.
When set to run once, then the next day if they visit I don’t get a notification.
Does anyone mind sharing their advice on how to include a wait or if/ else step to restart the website visited email notification automation the next day or even after 2 hours?
Update
Max van Collenburg gave great advice on YouTube
“At the end of your automation, you could add a “wait until 12AM” action. Then, in the start trigger, you set it to “not currently inside this automation”. That way, it can only trigger once a day.”