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 […]
I recently encountered a question about how to automatically enable the Nintex Workflow Site Feature on all the subsites under a root site in a Site Collection. This isn’t the first time it has been asked of me, so I thought I’d create a simple PowerShell script to do it. It’s not complex. It just […]
Don’t try to pull a fast one on me. You’ve never used the Filter action in Nintex Workflow. I know you haven’t. If you have, would I be writing about this?? In all the years I’ve been working with Nintex Workflow on projects, with partners and customers, I think I may have seen one person […]
PDATE : This also works in Office 365. Screenshot at the bottom of this post. Thanks to some amazing people that I work with (Blake Nussey, Jarad Smith and Andrew Jolly), I was finally able to get the process of moving a document to another library or document set and preserve it’s version number and […]