SOLVED

How can I set a dynamic date in a campaign flow?

Go to solution
Anonymous
Not applicable

How can I set a dynamic date in a campaign flow?

Hi all,

In a campaign flow, I would like to set the date of a field to the date the flow is run. My example involves email verification. Once the email has been verified I would like to store the verification date in the user's profile to avoid checking the email again before x days.

I tried setting today's date by creating an Email Script token but when I run it I get this error:

"Choice had one or more invalid tokens"

Any idea how I can get around this? Thanks!

Thomas

Screen Shot 2017-02-08 at 5.28.37 PM.png

Tags (2)
1 ACCEPTED SOLUTION

Accepted Solutions
Devraj_Grewal
Level 10 - Champion Alumni

Re: How can I set a dynamic date in a campaign flow?

Thomas,

You can use this token to record today's date instead: {{system.date}}

View solution in original post

4 REPLIES 4
Devraj_Grewal
Level 10 - Champion Alumni

Re: How can I set a dynamic date in a campaign flow?

Thomas,

You can use this token to record today's date instead: {{system.date}}

Anonymous
Not applicable

Re: How can I set a dynamic date in a campaign flow?

Thank you Devraj!

SanfordWhiteman
Level 10 - Community Moderator

Re: How can I set a dynamic date in a campaign flow?

Thread should be moved to Products -- remember, "Community" is for website feedback.

You want {{system.date}}.  Velocity tokens are never interpreted in flows.

Anonymous
Not applicable

Re: How can I set a dynamic date in a campaign flow?

Thank you Sanford!