Parsing CSV files is not hard. But with Nintex Workflow Cloud, you also have to take into account where that CSV file will be. It could be as simple as something filling in a form, and passing the url into one of the fields. It could be a workflow you have that has an external […]
I’m going to keep this one short. No screenshots.. Everything is explained in the video. The aim of this scenario, is that you have a workflow that can fail, but you have no way of preventing that. Certain actions don’t have Error Handling in them, so you need to do something about it. This process […]
This interesting question came up on the Nintex Community – Making the workflow wait for one of 4 fields to change. Since the Wait for Item Update action in Nintex Workflow only supports one condition, how do build logic into our workflow that can check multiple conditions? To get around the limitation of the Wait […]
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 […]