Interested in seeing if we are able to create a date field in Marketo and use a "Change Data Value" (or something else) flowstep to change that date to 30 days in the future.
The overall goal is that once this person is added to this campaign, we can use this date field as a token that populates on a landing page, giving them a deadline to sign up for the promotion. Trying to make this as automated as possible.
Any suggestions are appreciated!
Solved! Go to Solution.
Hi Chris,
You cannot do this in Marketo. You will have to create a Javascript in your landing page that does it for you.
-Greg
Thanks for the reply, unfortunately that's what I was assuming.
Chris,
Actually you can do this. If the field is a date field, you can use the change data value flow step to "{{system.date}} + 30 days". This will then change the date field to 30 days in the future.
Thanks Devraj Grewal that's awesome!