Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Thank you, Sanford.What I'm trying to avoid is have multiple local tokens that represent the date the flow is started, one date token that is used in the flow itself, and one text token that is a human readable version of the date token and is inserted in the body of the email. Can you think of a wa...
Can I include a token, not a SalesForce object but a local token, within a velocity script?I have a datetime token that I use to trigger the flow. I want to format this token into something more human readable to include within my email.I've tried something like this:#set($formattedDate = $date.for...