We wanted to convert some InfoPath form data into HTML -The form data is just simple XML, containing the information that is entered in the form.I considered creating an XSLT stylesheet to manage the ...
I wanted to be able to do a Group Count on a set of items in a library (I actually wanted to save the values and counts to a list so that I could attach a chart control – but that’s another story).The...
Even a short workflow can generate quite a few variables. When you assign a variable to tasks, the names are presented in alphabetical order. The variables list itself displays the order in which they...
For a long time, we have been plagued by times in InfoPath forms jumping forward by an hour during daylight saving time after amending the metadata fields.Investigation shows that the datetime value w...
Recently I needed to create a schedule of dates, one week apart. I created a loop and added 7 days in each iteration. I noticed it took a very long time, so I added a Log in History task in the loop a...
I recently needed a String-Repeat function in a workflow. But it doesn’t exist.Or does it?Looking at the inline function specifications, I saw that the PadLeft function (and PadRight) adds a number of...
This article is not strictly Nintex, as it could apply to any workflow engine.We manage our Change Control process using InfoPath forms and Nintex workflow.For a management overview and reminder for w...
Many people have requested a method of finding the date of the Monday in a week.I have seen several quite complex solutions, but then I read this post https://community.nintex.com/thread/11519 and rea...