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 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 […]
It’s one thing to have your workflow start off of events from other systems, like Safesforce, Box, Twilio, a Form or a Schedule. But if you have something custom that is built or being built for you, you can have that custom application instantiate a workflow in Nintex Workflow Cloud. In the video above, I […]
The idea behind this process, is that we want to have an order Nintex form that has a repeating section with order items in it. Those order items, we want to appear in another list. An Order Items list. There are a few caveats here. We want to make sure that if you go back […]
Looking into CRM systems that are out there, that are cloud based, vtiger CRM came up. Since Nintex Workflow doesn’t have built in connectors to vtiger, I decided to look into their REST API. I investigated what the login steps are, and what is needed, eg access key, login details etc. There are few things […]
This is the first post, post Nintex InspireX. I was actually quite surprised at how awesome the first InspireX event was last year. But this one was so much better. The only thing I would do to make it better, is make it an extra day. I felt like I had no time to breathe, […]
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 […]
Over a year ago, I had a need to have a workflow update/append text to a Multiple Lines of Text field. I figured out one way to do it, based on having a MLoT field that was set to Enhanced rich text. Then I completely forgot to blog about it. This came up again in […]
A Brazilian friend of mine reached out to me, where she had a DateTime field on a list that was configured to only be a Date. But when trying to compare the current date in the workflow to the value in the field, it would never match. That makes sense, because Nintex treats the current […]