Nintex

Nintex Connect
Metalogix
Metalogix
BlueStripe
BlueStripe

Training - Combined Knowledge

Training - TekDog Inc

Posts in Category: For Each

  • 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 - Safe Looping 

Posted by Vadim Tabakman Sunday, November 04, 2012 8:59:00 AM Categories: Change State For Each Iterate Loop Math Calculations Nintex Nintex Workflow Safe Looping User Defined Actions
Nintex Workflow comes with a concept called Safe Looping, which is enabled by default. Safe Looping was created to protect the SharePoint environment from a workflow which goes into a infinite loop and inadvertantly affects the SharePoint... 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 - 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 - 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 - Running Workflows Email Report 

This scenario has come across my table a few times. I want to know all the workflows that are currently in progress in my Site Collection.  I may need to terminate them.  Or I may need to terminate and restart them. If you have Nintex Workflow... read more
 

Nintex Workflow - Copying a Document Library Folder and Contents 

Posted by Vadim Tabakman Sunday, February 05, 2012 10:12:00 PM Categories: Collection Variable Copy.asmx For Each Lists.asmx Nintex Nintex Workflow Query List Query XML
How would you go about automating copying all folders and their files from one Document Library to another using Nintex Workflow? SharePoint exposes 2 web services that help us here. The Lists and Copy web services. The Lists web service lets... read more
 

Nintex Workflow - Automatically Updating the "same" workflow on Multiple Lists/Libraries 

Posted by Vadim Tabakman Sunday, February 05, 2012 9:51:00 PM Categories: Call Web Service For Each Nintex Nintex Workflow PublishFromNWFXml Query List Set a Condition
An interesting topic arose on Nintex Connect, regarding having the same workflow on a number of lists and libraries, and how one would go about updating all of them. This is especially important, given that in the SharePoint 2007, you can't create a ... read more
 
Copyright Vadim Tabakman