The prevous post, we spoke about how to use XML as a way of storing more complex data within the instance of the Nintex workflow. As you start to query more data, do calculations or manipulate data, your data structure has the potential to get more complex. Here, we will look over how best to […]
I’m an old school developer, so I’ll admit, I do like XML. Even though JSON is the flavor of the day these days. A little while ago, Nintex released XML actions for Nintex Workflow Cloud. The first thing that came to mind, is a great way to store more complex data inside a workflow instance. […]
I recently had a chat with someone who wanted to use a PadRight type function. in Nintex Workflow Cloud. Since we don’t have that function in NWC, I decided to build it myself, as a Component Workflow. The reason I chose to do this in a workflow, is that it’s a no-code solution. It means […]
Either you have participated in a Shadowing program as you start a new role, implemented that type of program, or at least heard of such a thing. From my experience, shadowing is a crucial part of an onboarding process. You can watch all the videos you like, but unless you see the work done live […]
What an exciting move by Nintex and K2. Two powerhouses in the business process automation space, will now be one. Customers and partners will benefit greatly from this expanded set of tools to help them automate and improve on their processes. < Click here to read more > It’s a very exciting move. Companies will […]
You may have seen this message popup in your SharePoint Online environment. There was a time when a lot of the current SharePoint Online customers, were actually on-prem. As they started to see the benefits to moving their operations online, they needed a quick migration. Minimal time and resources, which included, moving across processes. Some of […]
It seems that periodically, I work on workflows that require me to do some calculations. Nintex Workflow Cloud has a Calculate a Value action. It can do the base calculations, like Add, Substract, Multiple and Divide. But these base operations allow you to build more complex formulas, should the need arise. I had that need […]
One of the exciting updates to Nintex Workflow Cloud recently, is the support for complex objects. To make things easier to deal with those objects, Nintex put in a few smarts, and that has resulted in a few cool features that other actions inherit. In this case, it’s the Loop for Each action. Where as […]
I’m all about making this faster and finding different ways to accomplish tasks. In this case, I had a need to process data in a spreadsheet. I also wanted to check a flag when the process was completed. In some cases, the process wouldn’t be completed, so I needed to leave the flag as is. […]