Re: Date Tokens

Kam_Lewis
Level 2

Date Tokens

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?

Tags (1)
3 REPLIES 3
Edward_Unthank_
Level 10

Re: Date Tokens

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
Level 2

Re: Date Tokens

Many thanks Edward!

Kam

Anonymous
Not applicable

Re: Date Tokens

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