Have created a Create an Appiointment action and when it runs, I get this error: Failed to invoke Microsoft Exchange web service. Task item failed with response code ErrorNonExistentMailbox
I have two fields in my form:(a) Direct Manager Name (people picker), e.g. John Smith(b) Department Head Name (people picker) e.g. John SmithI also have a check box "If you Direct Manager and Departme...
I need to create individual tasks to each user from an AD Group.1. Create an item in Task List2. Assign that tasks to an AD Group with 10 members3. Run a workflow action that creates an individual tas...
I have a multiline text box on my form. I need to ensure the users enters at least 250 characters but a maximum of 500 characters. Any suggestions...please
I've found lots of posts about validation using the field validation and/or rules BUT, they all seem to only run when the form is saved/submitted. Is there any way to have popups or validation at the ...
Doesn't seem to be able to from my testing, but is that a firm fact, it can only email internal USER accounts?
A simple way to convert Nintex Forms Repeating section XML data to a HTML table is using a XLS transformation. To do the transformation only one action is needed: Query XML.Here is a simple example (F...
To limit the maximum length of input field during typing you have to assign a Control CCS Class to an text box. The class name is a concatenation of string 'kob-maxtextlen-' and a number giving the ma...