I have a form, I'd like to setup as tabbed viewing. I have the "Choice" control setup to render as buttons and a javascript variable name of "TabRules".I want to use a button control, that when it's p...
I am trying to pass a hyperlink to a word document using nintex workflows (2013). I have the content control setup in Word. (Rich Text) I have the workflow actually passing the URL. However, it shows ...
Good morning. Before I finished my cup of coffee, I deleted a workflow I thought was an old version, and it appears it was the current working version.Is there somewhere to restore deleted workflows?T...
Hello everyone. I am using Vadim's article (Nintex Forms - Querying User Profiles - Vadim Tabakman) to populate a Nintex Form using some JS. I know that this feature is somewhat available in newer bui...
Good morning everyone! I am trying to use the method, described by Vadim, here, with one small change. Instead of adding a static number to the date, I'd like to have a "Number of Days" Field, that wo...
The Flexi task is one of the most popular workflow actions and we are eagerly awaiting its arrival in the o365 version. For something so powerful, how much of it do you really know? How many of the op...
Hi All,I'm experiencing questions marks in emails sent by the workflow. If the email is sent to Outlook the question marks don't show. But the email is sent to our helpdesk system which processes the ...
I am desigining a worfklow for a list item and the requirement is, when the item get's rejected we need the initiator to update few properties of the item. How to acheive this?Do we need to use the re...
I currently successfully use the following statement in JavaScript to update a radio button on a Nintex form:NWF$('#'+jsvRadioButtonField).find('input[value=\'Radio Choice 2\']').attr('checked', 'chec...
Simple question on Nintex Workflow 2010I have a choice column that allows multiple values. Let's say those choices are "A" and "B".If I read the value of the column in a workflow the possile values ar...