Solved

Regular expression or inline function to only show last part of single text field

  • 29 December 2020
  • 1 reply
  • 19 views

Badge +3

Hello,

I have a single text field that has a full name listed. I wont use a people field because the people who will be listed aren't available in the people picker for my company. I want to be able to only show only  the first name in the send email part of my workflow so it can read Dear <first name>. In Excel I would just use a left formula, but never had to do this in Nintex and have never used a regular expression or inline function. I appreciate your help. 

icon

Best answer by SimonMuntz 4 January 2021, 04:55

View original

1 reply

Userlevel 6
Badge +22
Hi.

If the name is Muntz Simon and you just want to capture Simon the the Regular expression would be:
w*$

Reply