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 […]
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 really like the idea of extending any software I am using. Nintex Workflow Cloud is no exception. With the XTensions framework, it’s really exciting to be able to add connectors and actions to my Nintex Workflow Cloud tenant. I decided, since I use xe.com for currency conversion, to take a look at their API. […]
California based company, ServiceNow has had some exciting growth over the years. Recently, Nintex customers reached out and requested that they be able to build workflows that can communicate to ServiceNow, from the Nintex platform. A couple of weeks ago, the request was answered, as Nintex released our ServiceNow connector. Coming from a tech background, […]
I recently had a need to take a collection of data in a Nintex Workflow Cloud workflow and create an item in a SharePoint Online list, setting a choice field from my collection. The structure that SPO needs it item1;#item2;#item3 etc. So I built that logic out. The workflow is below, but I also separate […]
This video described how I went about putting together a workflow in Nintex Workflow Cloud, to find all the files in a Box folder, iterate through them, and extract a particular piece of Custom Metadata. In the example, it’s about pulling a date from that metadata. I had to do something special to then convert […]