Skip to main content
All CollectionsMapping ManagerToken Mapping
Mapping Manager - Special Tokens
Mapping Manager - Special Tokens

Need to reference a comma? A control-break (CRLF)? Want to grab today's date? Check out this article for special tokens

Micah A. Parker avatar
Written by Micah A. Parker
Updated over 3 weeks ago

Product: Mapping Manager

Article Link:


Whenever you're working within Mapping Manager to modify your integrations layer, you may come across a scenario where you need to modify or reference a specific piece of data that may not be apparent. Here is a list of special tokens you can insert directly into your functions

[T:SPECIAL_TOKEN_COMMA]

Inserts a comma (,) - used since functions use commas to separate parameters - allowing an inserted comma into code without breaking the function

[T:SPECIAL_TOKEN_CR_LF]

Inserts a CR LF break

[T:SPECIAL_TOKEN_CURRENT_DATE]

Current Date

[T:SPECIAL_TOKEN_CURRENT_TIME]

Current Time

Current Date - SPECIAL_TOKEN_CURRENT_DATE


Related Topics

rev: 2/19/25

Did this answer your question?