A short post about how to use regular expressions in a Nintex workflow. This example, that is part of a big workflow for a call registration system, shows how to use the Regular expressions action to check if the logon name of an user (<domainname>\<account>) contains a specific pattern. If this results in the value “true” (or yes) a Run if … action is executed. The part of the workflow is below.
In the first step of this workflow I have the settings seen in the picture below.
Pattern: is the text I would like to check
Check match: I would like to know if the pattern is contained in the input text
Input text: is the column in my list I would like to check. In this example the column “Name employee” is a Person or Group field. The contents are <domainname>\<account> (which is resolved to a “normal” name)
Store result in: is a workflow variable to store the result (”true” or “false”) of this action, which can be used as input for the next step.
Tags: Howto, regular expressions




May 29th, 2010 at 2:09 AM
Terrific work! This is the type of information that should be shared around the web. Shame on the search engines for not positioning this post higher!
June 25th, 2010 at 3:16 PM
Wow this is a great resource.. I’m enjoying it.. good article
June 29th, 2010 at 2:19 PM
I’ve recently started a blog, the information you provide on this site has helped me tremendously. Thank you for all of your time & work.
October 6th, 2010 at 9:53 PM
I am a frequent reader of your blog posts. I liked the recent one and other posts on your blog so much that I have subscribed to the blog’s RSS feed in Thunderbird. Even thinking of stealing some ideas and put them to work. Keep all the good work going by posting more informative posts. Thank you. Time well spent on this post.
August 3rd, 2011 at 11:17 PM
I think this is useful, but may not help me parse my regular expressions into fields used by the Nintex Workflow.
I also wanted to post so there is at least one *real* post that isn’t some SPAM generated by a robot. The others obviously are.