Allows the return of text only if it is before a specific character in the string
AllTextBeforeChar(InputString, "CharToSearchFor")
Example: AllTextBeforeChar( {email} , "@")
Input: mary.johnson@abc.com
Result: mary.johnson
Click HERE to view all MassImpact Formulas