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 […]
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 […]
Parsing collections is often used in Nintex Workflows. I showed it here in an old blog post – Iterate through Related Collections. But what came up recently, was reverse parsing collections. That was an interesting challenge, since what I didn’t want to do, is use a Loop action. Why? Because a Loop is affected by Safe […]
RSS or Rich Site Summary has been around for many years now. It’s still used now as a way to summarize and distribute new updates to sites, and present news. Since RSS is a simple XML format, parsing that data isn’t really that hard. It can be easily done with Nintex Workflow. As you can […]
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 […]
Thanks to the user on Nintex Connect named “Dierk”, it’s quite simple to create a text file in a document library using Nintex Workflow. The great thing is, you don’t just have to create a flat text file, you can also create other files that are also text based. Eg. CSV (comma separated values file […]
I have list of Employee/Manager pairs. If you see the screenshot of the list below, you can see that there are 4 employees, and you can see that there is a chain, going from :Vadim Tabakman -> Fred Smith -> John Wayne -> Mary Roberts -> No Manager The issue is, how do we create […]