Email Trigger based on First Letter of Name | XM Community
Skip to main content

If a survey is completed with a last name field that begins with a specific letter, can an email be triggered to a specific recipient?
For example: Smith starts with the letter S, S gets sent to Recipient X.
If not, is there any alternative solution?
Thanks!
Chris

use the matches Regex condition, not the best with Regex but the below example should return true if it starts with a or A:
“^a]” or “^ra]”


Leave a Reply