Hi Rogelio Tan,
Is this really wat you want? I have never met one company where for ALL employees the e-mail address contains the correct name. It sound more that you want the display name from employees based on the account name.
The following webtool will be useful for you when finding the right regular expression: RegExr: Learn, Build, & Test RegEx
Cheers,
Rick
Hi Rogelio, when you add a "people picker" type of field to something, the default is the "Login Name." You can change that to "Display Name" or Email Address. There's a little orange circle with fx in it that you click to pick
This is available for other column types too. From there, you can pick which format you want the information in:
In case someone was thinking, where can I do that? was talking about the 'Set (Workflow) Variable' action in Nintex Workflow.
I thought you could do it anywhere you have the option to use a value? Ex putting it in the body of an email, setting a value to a variable, etc
you will have to learn it on your own, there isn't anything like builder.
search the internet, there are plenty of good references.
nintex uses .net regex parser, its reference you can find here .NET Framework Regular Expressions
good guidance can provide as well some tester/parser tools, I'd recommend Online regex tester and debugger: PHP, PCRE, Python, Golang and JavaScript which provides as well explanation what single tokens within pattern do.
Hi Everyone,
Thanks for all the response. I followed what showed and seeing that it displays the "Display name" of the user. Also using patterns to display names to fix some minor changes is a lot easier.