You are here:
String Functions for Formulas
Use a string function to manipulate the text data type, including email, phone, time, and date values. For example, change text from uppercase to lowercase, concatenate values from multiple fields, and replace values.
When you enter a formula, use the API name of the field in the expression, not the label.
Enclose text in single straight quotes ('This is a string.')
and parameters in parentheses.
Formula expressions support these string functions.
- Notation for String Formulas
If you manually type your formulas, use single quotes‘for string literals and double quotes“for joined fields with dot notation or reserved keywords. - Reserved Keywords in Formulas
Batch data transforms have reserved keywords that need special handling when manually writing formulas. Use double quotes “ when referencing fields that share a name with reserved keywords. To avoid cross-referencing your field names with this list, the best practice is to use double quotes around all field names.

