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
Solved! Go to Solution.
Thomas,
You can use this token to record today's date instead: {{system.date}}
Thank you Devraj!
Thread should be moved to Products -- remember, "Community" is for website feedback.
You want {{system.date}}. Velocity tokens are never interpreted in flows.
Thank you Sanford!