Nintex

Nintex Connect

SkySync
BlueStripe
BlueStripe

Training - Combined Knowledge

Training - TekDog Inc

Posts in Category: Query XML

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

Statistics

  • Entries (119)
  • Comments (310)

Nintex Forms/Workflow - Flexi Task with a Data Entry Nintex Form 

Posted by Vadim Tabakman Sunday, April 07, 2013 8:56:00 AM Categories: Flexi Task Log in the History List Nintex Nintex Forms Nintex Workflow Query XML Rules SharePoint State Machine
 ....... In the past, I've been asked for the best way to have an approval form where some more information will be required from the approver. Rather than InfoPath (which I've generally had headaches with) or developing a custom form in C# to... read more
 

Nintex Workflow - Create Site with a Dynamic Site Template 

Posted by Vadim Tabakman Monday, October 08, 2012 5:25:00 PM Categories: Call Web Service Nintex Nintex Workflow Query XML Templates User Defined Actions Web Request
The Create Site action in Nintex Workflow is a great action and you can create a site based off a site template.  The Site Template can be selected at design time.  But there are certain situations where you don't know the template at design... 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 Forms/Workflow - Parsing Repeating Section Data 

Posted by Vadim Tabakman Sunday, July 22, 2012 9:26:00 AM Categories: Iterate Math Calculations Nintex Nintex Forms Nintex Workflow Query XML Repeating Section User Defined Actions
There is an interesting control that you can use in Nintex Forms called the Repeating Section. It gives users who are filling in the form, the ability to dynamically add extra entries. One example of this, would be a dynamic Annual Leave request... 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 - 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 - Dictionary/Hashtable 

Posted by Vadim Tabakman Friday, March 02, 2012 7:24:00 PM Categories: Build Dynamic String Dictionary Nintex Nintex Workflow Query XML Update XML
The out of the box variable types in Nintex Workflow are great, and they are perfect in almost all situations.  But there are times I've had a need for something more.  This is an example of a situatoin where I felt I needed something like a... read more
 

Nintex Workflow - Iterate through an Employee Manager Chain List 

Posted by Vadim Tabakman Monday, February 06, 2012 7:12:00 PM Categories: Call Web Service Nintex Nintex Workflow Query XML XPath
I have list of Employee/Manager pairs. If you see the screenshot of the list below, you can see that there are 4 employees, and you can see that there is a chain, going from : Vadim Tabakman -> Fred Smith -> John Wayne -> Mary Roberts -> ... 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 - Web Service XML Result - What does it look like ? 

Posted by Vadim Tabakman Sunday, February 05, 2012 2:37:00 PM Categories: Call Web Service Nintex Nintex Workflow Query XML Run Parallel Actions
Web Services are quite handy, but some of the data that gets returned can look like giberrish. This is especially true when you are dealing with XML that gets returned. A scenario I came across recently, was getting a list of SharePoint users... read more
 
Copyright Vadim Tabakman