Nintex

Nintex Connect
Metalogix
Metalogix
BlueStripe
BlueStripe

Training - Combined Knowledge

Training - TekDog Inc

Posts in Category: Build Dynamic String

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

Statistics

  • Entries (119)
  • Comments (312)

Nintex Workflow - When Inline Functions don't work 

Posted by Vadim Tabakman Friday, December 14, 2012 3:03:00 PM Categories: Build Dynamic String Inline Functions Nintex Nintex Workflow
Inline Functions are a great extension to Nintex Workflow.  The open up the ability to do some amazing string manipulation.  But what happens when they don't work?  Why don't they work? Scenario 1 A text variable (textSample) has the value "Hello... 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 - Savings and Loans 

Posted by Vadim Tabakman Sunday, September 30, 2012 8:10:00 PM Categories: Action Set Build Dynamic String Math Calculations Nintex Nintex Workflow Run Parallel Actions Set a Variable User Defined Actions
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... read more
 

Nintex Workflow - Creating a Text File in a Document Library 

Posted by Vadim Tabakman Tuesday, August 07, 2012 7:46:00 AM Categories: Build Dynamic String Build String Nintex Nintex Workflow Switch Web Request XPath XSLT
Thanks to the user on Nintex Connect named "Dierk", it's quite simple to create a text file in a document library using Nintex Workflow. The great thing is, you don't just have to create a flat text file, you can also create other files that are... 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 - MSDN Hexadecimal use in a Nintex Workflow 

Posted by Vadim Tabakman Sunday, February 05, 2012 1:55:00 PM Categories: Build Dynamic String Inline Functions Nintex Nintex Workflow
There are a number of places on MSDN, where the values you pass to a SharePoint web service are shown in hexadecimal form. This is all good if you are developing in one of the .Net languages as developers would know what that means. But when you are ... read more
 

Nintex Workflow - Workflow Re-use without Templates and Snippets - Part 2 

Posted by Vadim Tabakman Sunday, February 05, 2012 1:00:00 PM Categories: Build Dynamic String Nintex Nintex Workflow Query List Snippet Templates
From our previous article - Nintex Workflow - Workflow Re-use without Templates and Snippets - Part 1, we have a SharePoint List that has a text field with semi-colon delimited colors, a multi-value lookup field to a colors SharePoint List, and we... read more
 
Copyright Vadim Tabakman