This interesting question came up on the Nintex Community – Making the workflow wait for one of 4 fields to change. Since the Wait for Item Update action in Nintex Workflow only supports one condition, how do build logic into our workflow that can check multiple conditions? To get around the limitation of the Wait […]
Assigning tasks to users, sending out reminders, having escalation of tasks via delegation, these are all great concepts and available in Nintex Workflow out of the box. Although waiting on users to respond is one way of building your workflow process and is actually the most common, there is another concept to look into. It […]
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 simple SharePoint list that contains a First […]
On a recent project I worked on, I came up with a few reusable pieces of Workflow logic that I built into User Defined Actions. The original task was to design workflows whose important components were build around bank interest rates, savings and loans. Savings Giving a starting amount, an annual interest rate and a […]
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 with an Enterprise License, there is a report called […]
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 that are in a SharePoint group. This is possible via the SharePoint […]