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 […]
In contrast to the Nintex Workflow Request Data action, which only supports getting data from a single user, the Assign a ToDo Task can assign tasks to many users. Often, you may have a single Assign a ToDo Task action, assigning tasks to several people. For this example, lets say it’s 3 people. This action […]
If you schedule a Nintex Workflow on the last day of the month and set it to run monthly, you’ll find that on the following month, it will probably not run on the last day. That is because it currently adds 30 days to current date and that’s the next schedule. For some people, that’s […]
For those that haven’t seen this, I wrote a post about a Smart Workflow. It was a workflow that utilized a State Machine and various states, to keep track of what it had done last. Then, if you happen to terminate the workflow and restart it, it would figure out roughly where it was, and […]
A situation recently arose, where someone wanted to schedule a Nintex Workflow on the 3rd Monday of every month. Out-of-the-box, there really isn’t a way to do this, because the user interface for configuring the schedule of a workflow only allows you to schedule it every ‘n’ number of hours, days or months. I guess […]