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 time. The way to do it would be via a web […]
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 […]
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 […]
If you schedule a Nintex Workflow on the last day of the month and set it to run monthly, you’ll find that on the following month, it will probably not run on the last day. That is because it currently adds 30 days to current date and that’s the next schedule. For some people, that’s […]
Nintex Workflow – PowerShell Find Workflows that contain a Specific Action Part 4 – Vadim Tabakman This is Part 4 from the previous post on PowerShell Find All Workflows and Export or Republish. We now have the ability to find all our workflows, export them to file and also to republish them. The next step, […]
This is Part 3 from the previous post on PowerShell Find All Workflows and Export. We now have the ability to find all our workflows, parse the information and export the workflows to file. Next, what I would like to do, is have the abililty to republish each of these workflows. This is a request […]
This is Part 2 from the previous post on PowerShell Find All Workflows. We currently have the ability to find all our workflows and parse the information. Next, what I would like to do, is to be able to export each of these workflow to file. This would be useful as a backup process. Since […]
There are times when you need to find all your workflows in your entire farm. Nintex Workflow installs a command line tool named NWAdmin.exe on the server where you initially ran the MSI. It’s usually located in c:\Program Files\Nintex\Nintex Workflow 2010 (or 2007 if you are on that product). NWAdmin has a number of operations, […]
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 also text based. Eg. CSV (comma separated values file […]
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 form. Each entry in the Repeating Section would contain a Start Date, End […]