All Collections
Mapping Manager
Token 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 a week 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 you 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

rev 6/1/2023

Did this answer your question?