I would like to know how I can achieve the following through Javascript: If "None required" is selected, all other previously selecte...
Any workaround for this scenario? People picker field targets a SharePoint group. User fills in form User leaves group Edit mode shows ...
Web Service: Web URL /_vti_bin/NintexWorkflow/Workflow.asmx Method: ProcessFlexiTaskResponse I'm able to execute the call if using my own ...
Question for the mighty minds out there. A form is submitted with a Status choice field marked "Not approved" Workflow 1 clears that field ...
I want to be able to complete a flexi-task when the review fills out a certain field/list column in the form. I don't want to use the default approve...
My daily site workflow which needs to loop over 1,500 items started yesterday at 2.00pm in the afternoon, and seems to have gotten stuck at 8.32pm. W...
Can anyone explain how to get JavaScript to invoke on every repeating row? I've never understood how to get it to work and would like a solutio...
I have a JS in a calculated value that I would like to populate a date field. function setTextBoxDueDate(value) { NWF$('#'+ DueDate).val(value)...
I have a workflow that has progressed to a stage where it is supposed to break out of a loop by way of changing a boolean workflow variable (which no...
I would like to copy the Address values to a multi-line text field. At the moment it's only returning the value from the first row. There's a s...
When doing a userProfileLookup, it returns the user's phone number as 618XXXXXXX. How is it then, that the function below replaces "618" with "+(08)"...
What's wrong with my code? var BannerCodeCB = NWF$('#' + BannerCode); BannerCodeCB.click(function() { if(NWF$('#' + BannerCode).filter(':che...
Has anyone figured out how to add a line break using Regex in O365? Enter, [\r\n], \n all don't work.
Is there a method to disable filtering in Edit mode? The common functions don't work in the "Filtered by value" field. I'm using a calculated field a...
Why does the code below work on the first but not the second row? NWF$(document).ready(function() { NWF$(".BannerRequirementsClass .nf-rep...
Can anyone assist with the following syntax so that after a repeating row is deleted, the dropdown change function continues to work? Highlighted for...
Can anyone assist with the following syntax so that after a repeating row is deleted, the dropdown change function continues to work? Highlighted for...
I have two repeating rows and would like to add a rule such that the dropdown choice (a list lookup) in each row cannot be similar. How is this d...
Are the minimum and maximum rows configurable at all? This doesn't work: fn-If( Is New Mode , 2, 1)
This may be more of an issue related to SharePoint rather than Nintex, but I'd like to know how best to overcome this using the latter. Using dat...