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

Email Trigger based on First Letter of Name

  • December 7, 2020
  • 1 reply
  • 24 views

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

1 reply

Radam
Level 4 ●●●●
Forum|alt.badge.img+33
  • Level 4 ●●●●
  • December 7, 2020

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 “^[A]”