Nintex

Nintex Connect
Metalogix
Metalogix
BlueStripe
BlueStripe

Training - Combined Knowledge

Training - TekDog Inc

Posts in Category: Regular Expression

  • RSS
  • Add To My MSN
  • Add To Windows Live
  • Add To My Yahoo
  • Add To Google

Statistics

  • Entries (119)
  • Comments (312)

Nintex Workflow - Fix Names UDA 

Posted by Vadim Tabakman Tuesday, May 14, 2013 11:41:00 PM Categories: Nintex Workflow Regular Expression Switch
Some of you may be aware of a post from Microsoft that describes what is and isn't allowed for text in Site names, Folder names and File names : http://support.microsoft.com/kb/905231  I thought it would be a good bit of logic to make into a User... read more
 

Nintex Workflow - Parse CSV and Create a List 

Posted by Vadim Tabakman Thursday, December 06, 2012 2:04:00 PM Categories: Collection Operation Collection Variable For Each Nintex Nintex Workflow Regular Expression Run Parallel Actions SharePoint Web Request
It seems that getting information out of a CSV file and into SharePoint is a common request.  I'm sure there a number of ways to get this done, but this post will be about how to parse CSV files using Nintex Workflow. We first start off with a... read more
 

Nintex Workflow - Querying a List with Paging 

When you have a large number of items in a list and you need to query them, sometimes querying the whole lot using the Query List action is not the best practice. Depending on the number of items, you could potentially get a timeout on the workflow... read more
 

Nintex Workflow - PowerShell Find Workflows that contain a Specific Action Part 4 

Posted by Vadim Tabakman Tuesday, August 21, 2012 1:09:00 PM Categories: Nintex Nintex Workflow PowerShell Regular Expression
This is Part 4 from the previous post on PowerShell Find All Workflows and Export or Republish. We now have the ability to find all our workflows, export them to file and also to republish them.  The next step, is to find which workflows use a... read more
 

Nintex Workflow - Regular Expression - Extract text from between two text strings 

Posted by Vadim Tabakman Saturday, May 12, 2012 9:22:00 AM Categories: Collection Operation Collection Variable Nintex Workflow Regular Expression
Download Download the Workflow : Click here to download Note: This workflow was built in Nintex Workflow 2.3.3.0.  If you are running an earlier build, it may not import. Introduction After using the Nintex Workflow Query LDAP action to retrieve ... read more
 

Nintex Workflow - Enhanced Log in the History List UDA 

Posted by Vadim Tabakman Thursday, March 15, 2012 9:39:00 PM Categories: Collection Variable For Each Log in the History List Nintex Nintex Workflow Regular Expression User Defined Actions
If anyone has tried to log a big message to the Workflow History, you'll find that the some of it is truncated.  This is because the message is stored in a Single Line of Text field in SharePoint.  This field type has a limit to how much it can... read more
 

Nintex Workflow - All must agree on a specific outcome 

Posted by Vadim Tabakman Tuesday, February 28, 2012 8:39:00 AM Categories: Collection Operation Flexi Task Nintex Nintex Workflow Regular Expression Set a Condition
When using the Assign a Flexi Task action, one of the "behavior" options is "All must agree on a specific outcome". A good scenario here, is if you have a Project Proposal, and everyone who is assigned the task must approve the proposal.  If... read more
 
Copyright Vadim Tabakman