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
Page 1 / 1
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.