Some of you may be aware of a post from Microsoft that describes what is and isn’t allowed for text in Site names, Folder names and File names : http://support.microsoft.com/kb/905231 I thought it would be a good bit of logic to make into a User Defined Action in Nintex Workflow as it would make it very […]
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 […]
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 that will process each one. The best practice maybe […]
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 some information, I ended up getting it in a distinguished name format: CN=wombat,OU=Users,OU=US,OU=Support,DC=alphas,DC=vadimtabakman,DC=com I needed […]
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 hold. There are times when you […]
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 someone doesn’t, the it’s a no-go. In the above example, I […]