Skip to main content
Kam_Lewis
Level 2
June 10, 2016
Question

Date Tokens

  • June 10, 2016
  • 1 reply
  • 2110 views

We are using Interesting Moments to populate entity records in Salesforce.  Each Interesting Moment has a description where we can specify the behavior.  I'd like to be able to insert some type of date token that will be part of the description so the sales associate using Salesforce will know the date the specific behavior occurred.  Is this possible through the use of My Tokens?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Edward_Unthank_
Level 7
June 10, 2016

Hey Kam, you can use these tokens:

  • {{system.dateTime}}
  • {{system.date}}
  • {{system.time}}

Those will stamp the date and time of when the flow step applies, and you can use it fluently within an Interesting Moment (or any other flow step).

Example: "Filled out form: Template Download on {{system.dateTime}}."

Edward

Kam_Lewis
Kam_LewisAuthor
Level 2
June 10, 2016

Many thanks Edward!

Kam

June 10, 2016

Agreed, I didn;t know I could do this!