Nintex Workflow comes with a concept called Safe Looping, which is enabled by default. Safe Looping was created to protect the SharePoint environment from a workflow which goes into a infinite loop and inadvertantly affects the SharePoint environment in a negative way (high CPU usage). The way it does this, is during the process of publishing […]
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 […]
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 have found that many people are interested in not only starting a workflow as soon as a document or list item is created, but also to run a workflow over a number of items in another list or document library. You have 2 options here.1. Create a workflow that performs all the logic for […]