Solved! Go to Solution.
Hi Nancy Demers - In the past, I have used a counter field that updates every day by +1 for a campaign similar to this. You can then run a batch campaign for your email to send based on when this counter field is = 40.
Did Marketo enhance the date filter to support "today + x days" logic?
Hi Devaraj,
In a word: yes. Adding a formula in a flow such as End Date = {{lead.Start Date}} + 40 days is recognized by Marketo to calculate the data value as 40 days after the Start Date value.
Thanks for your response Courtney!
So is there a token to pull the current date? I want to do something like if {date} = Today + 7 then send the email where {date} is a custom field in the lead.
Hi Devaraj,
In this case, you would use something like {{system.date}}.