Nintex

Nintex Connect

SkySync
BlueStripe
BlueStripe

Training - Combined Knowledge

Training - TekDog Inc

Posts in Category: Collection Operation

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

Statistics

  • Entries (119)
  • Comments (310)

Nintex Workflow - Get Site Admins 

Posted by Vadim Tabakman Wednesday, January 09, 2013 2:50:00 PM Categories: Collection Operation Collection Variable For Each Nintex Workflow Nintex Workflow 2013 User Defined Actions Web Request
There are probably numerous ways of getting a list of Site Admins. I found one way would be to call the SiteData.asmx web service, provided in SharePoint.  More specifically, the GetSite web method.  When looking at calling a web method in a web... 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 - ToDo Task Parallel Processing 

In contrast to the Nintex Workflow Request Data action, which only supports getting data from a single user, the Assign a ToDo Task can assign tasks to many users.  Often, you may have a single Assign a ToDo Task action, assigning tasks to several... 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 - Iterate through Related Collections 

Posted by Vadim Tabakman Tuesday, June 05, 2012 12:53:00 AM Categories: Collection Operation Collection Variable For Each Nintex Workflow Query XML
With the abilty to query multiple values from an XML document or a SharePoint List using Nintex Workflow actions, a number of people have come to me and asked for a nice way to iterate through each collection and get corresponding values from each... 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 - 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