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. […]
Nintex Workflow
What is XSL? XSL stands for Extensible Stylesheet Language. It is used to transform an XML document into something else that is more user friendly. A most common practice is transform XML into HTML. In a Nintex Workflow scenario, there are a number of situations where you have an XML structure. The most obvious one […]